Merge "Adds a flag for Smartspace feedback." into sc-dev

This commit is contained in:
Andy Wickham
2021-04-21 00:53:18 +00:00
committed by Android (Google) Code Review
@@ -168,7 +168,11 @@ public final class FeatureFlags {
public static final BooleanFlag ENABLE_SMARTSPACE_ENHANCED = new DeviceFlag(
"ENABLE_SMARTSPACE_ENHANCED", false,
"Replace Smartspace with the enhanced version. "
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
public static final BooleanFlag ENABLE_SMARTSPACE_FEEDBACK = new DeviceFlag(
"ENABLE_SMARTSPACE_FEEDBACK", true,
"Adds a menu option to send feedback for Enhanced Smartspace.");
public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = new DeviceFlag(
"ENABLE_SMARTSPACE_DISMISS", false,