Merge "Removes Smartspace Feedback flag." into sc-v2-dev

This commit is contained in:
Andy Wickham
2021-10-07 18:36:11 +00:00
committed by Android (Google) Code Review

View File

@@ -176,10 +176,6 @@ public final class FeatureFlags {
"Replace Smartspace with the enhanced version. "
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
public static final BooleanFlag ENABLE_SMARTSPACE_FEEDBACK = getDebugFlag(
"ENABLE_SMARTSPACE_FEEDBACK", false,
"Adds a menu option to send feedback for Enhanced Smartspace.");
public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = getDebugFlag(
"ENABLE_SMARTSPACE_DISMISS", true,
"Adds a menu option to dismiss the current Enhanced Smartspace card.");