Removing Smartspace as a widget flag

Bug: 300140279
Flag: EXEMPT removing dead code
Test: Presubmit
Change-Id: If24db0b4c2c119f5cbe1153e3d77599d12ff80a6
This commit is contained in:
Sunny Goyal
2025-05-01 15:57:28 -07:00
parent 3b9b36255b
commit 7a332e02aa
21 changed files with 23 additions and 181 deletions

View File

@@ -26,11 +26,6 @@ public final class BuildConfig {
*/
public static final boolean QSB_ON_FIRST_SCREEN = true;
/**
* Flag to state if the widget on the top of the first screen should be shown.
*/
public static final boolean WIDGET_ON_FIRST_SCREEN = false;
/**
* Flag to control various developer centric features
*/