mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Disables Feedback flow for Smartspace.
Fix: 198444652 Test: Manual Change-Id: Iff8ad50e5af7082d7618f75c66132e338c67323b
This commit is contained in:
@@ -181,7 +181,7 @@ public final class FeatureFlags {
|
||||
+ "Ignored if ENABLE_SMARTSPACE_UNIVERSAL is enabled.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SMARTSPACE_FEEDBACK = getDebugFlag(
|
||||
"ENABLE_SMARTSPACE_FEEDBACK", true,
|
||||
"ENABLE_SMARTSPACE_FEEDBACK", false,
|
||||
"Adds a menu option to send feedback for Enhanced Smartspace.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = getDebugFlag(
|
||||
|
||||
Reference in New Issue
Block a user