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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14245223

Change-Id: I304c5f05b2215faa42ce98c57ab4eeba6ca2b552
This commit is contained in:
Andy Wickham
2021-04-21 01:16:14 +00:00
committed by Automerger Merge Worker
@@ -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,