Merge "Add a feature flag for smartspace dismiss option." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-21 00:52:27 +00:00
committed by Android (Google) Code Review
@@ -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,