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

Commit d12af6bd authored by Andy Wickham's avatar Andy Wickham Committed by Android (Google) Code Review
Browse files

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

parents 7274d29c 5a85912b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -170,6 +170,10 @@ public final class FeatureFlags {
            "Replace Smartspace with the enhanced version. "
                    + "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,
            "Adds a menu option to dismiss the current Enhanced Smartspace card.");