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

Commit 56280a31 authored by Zak Cohen's avatar Zak Cohen
Browse files

Overview actions-adds feature flag for select mode

Adds a feature flag for whether select mode is available or not.

Test: local
Change-Id: Ia3bc920b47083b238dd7be3dae6c1f0216bc61e5
parent 5c042b35
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -138,6 +138,9 @@ public final class FeatureFlags {
            "ENABLE_OVERVIEW_ACTIONS", true, "Show app actions instead of the shelf in Overview."
            + " As part of this decoupling, also distinguish swipe up from nav bar vs above it.");

    public static final BooleanFlag ENABLE_SELECT_MODE = getDebugFlag(
            "ENABLE_SELECT_MODE", true, "Show Select Mode button in Overview Actions");

    public static final BooleanFlag ENABLE_DATABASE_RESTORE = getDebugFlag(
            "ENABLE_DATABASE_RESTORE", true,
            "Enable database restore when new restore session is created");