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

Commit 05d88345 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Enable smartspace card dismissals

Test: none
Bug: 184179894
Change-Id: I2529dc1ef8574f2eb6cec8d6b9de47bdf20a7ed2
parent 5501636c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -174,12 +174,12 @@ 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(
    public static final BooleanFlag ENABLE_SMARTSPACE_FEEDBACK = getDebugFlag(
            "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,
    public static final BooleanFlag ENABLE_SMARTSPACE_DISMISS = getDebugFlag(
            "ENABLE_SMARTSPACE_DISMISS", true,
            "Adds a menu option to dismiss the current Enhanced Smartspace card.");

    public static final BooleanFlag ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS =