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

Commit 006cdeb6 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Add a feature flag for smartspace dismiss option.

Test: manual
bug: 184179894
Change-Id: I568f7809f9a2407cf470d82c32a05956fcaaf807
parent fbea50d8
Loading
Loading
Loading
Loading
+4 −0
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_DISMISS = new DeviceFlag(
            "ENABLE_SMARTSPACE_DISMISS", false,
            "Adds a menu option to dismiss the current Enhanced Smartspace card.");

    public static final BooleanFlag ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS =
            getDebugFlag(
            "ALWAYS_USE_HARDWARE_OPTIMIZATION_FOR_FOLDER_ANIMATIONS", false,