Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 587ab5c7 authored by Andy Wickham's avatar Andy Wickham
Browse files

Disables Feedback flow for Smartspace.

Fix: 198444652
Test: Manual
Change-Id: Iff8ad50e5af7082d7618f75c66132e338c67323b
parent 2c8966bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(