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

Commit 31cc8275 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Merge "[Bouncer] Add bouncer feature flag." into tm-qpr-dev am: 8b1afeb3

parents 9b689585 8b1afeb3
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -99,6 +99,12 @@ public class Flags {


    public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);
    public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);


    /**
     * Flag to enable the usage of the new bouncer data source. This is a refactor of and
     * eventual replacement of KeyguardBouncer.java.
     */
    public static final BooleanFlag MODERN_BOUNCER = new BooleanFlag(208, true);

    /***************************************/
    /***************************************/
    // 300 - power menu
    // 300 - power menu
    public static final BooleanFlag POWER_MENU_LITE =
    public static final BooleanFlag POWER_MENU_LITE =