Add feature flag for remove smartspace default date

Bug: 269761613
Test: Manual

Change-Id: I9d315a5889bb35efa4b3db91e3af6c981c6b9665
This commit is contained in:
Liam, Lee Pong Lam
2023-02-22 07:58:03 +00:00
parent 95623d83d8
commit 237d663b70

View File

@@ -388,6 +388,10 @@ public final class FeatureFlags {
"ENABLE_KEYBOARD_QUICK_SWITCH", false,
"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 {
private final boolean mCurrentValue;