Add feature flag for remove smartspace default date am: 237d663b70 am: bb243c385f am: 03fdb23ad5

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21532517

Change-Id: Ie3e0b0fe2f98b5cd8c429630980e22db1f7f65e9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Liam, Lee Pong Lam
2023-03-01 16:29:19 +00:00
committed by Automerger Merge Worker
@@ -391,6 +391,10 @@ public final class FeatureFlags {
"ENABLE_KEYBOARD_QUICK_SWITCH", true, "ENABLE_KEYBOARD_QUICK_SWITCH", true,
"Enables keyboard quick switching"); "Enables keyboard quick switching");
public static final BooleanFlag ENABLE_SMARTSPACE_DEFAULT_DATE_REMOVED = getDebugFlag(269761613,
"ENABLE_SMARTSPACE_DEFAULT_DATE_REMOVED", false,
"Enables remove smartspace default date");
public static class BooleanFlag { public static class BooleanFlag {
private final boolean mCurrentValue; private final boolean mCurrentValue;