mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Add feature flag for remove smartspace default date
Bug: 269761613 Test: Manual Change-Id: I9d315a5889bb35efa4b3db91e3af6c981c6b9665
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user