Merge "Add a feature flag for smartspace dismiss option." into sc-dev am: 7274d29c4c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14252388 Change-Id: I3d3efb28cf165df66251c2d457c73ed00fd31573
This commit is contained in:
@@ -170,6 +170,10 @@ public final class FeatureFlags {
|
||||
"Replace Smartspace with the enhanced version. "
|
||||
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = new DeviceFlag(
|
||||
"ENABLE_SMARTSPACE_DISMISS", false,
|
||||
"Adds a menu option to dismiss the current Enhanced Smartspace card.");
|
||||
|
||||
public static final BooleanFlag ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS =
|
||||
getDebugFlag(
|
||||
"ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS", false,
|
||||
|
||||
Reference in New Issue
Block a user