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

Commit 230a7287 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "Defines flag for refactoring UserSwitcherActivity." into tm-qpr-dev

parents 21c4080e c4f581f1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -103,6 +103,10 @@ public class Flags {
     */
    public static final ReleasedFlag MODERN_BOUNCER = new ReleasedFlag(208);

    /** Whether UserSwitcherActivity should use modern architecture. */
    public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
            new UnreleasedFlag(209, true);

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