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

Commit 967590d1 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

Feature flag for UserSwitcherController refactor.

We need a flag for the code to decide whether to keep using the old
implementation or switch to the new one.

Bug: 246631653
Test: N/A
Change-Id: Idf15ff5deb6fed47bbc88651ddfc7a04282a2990
parent e112db8a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ public class Flags {
    public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
            new UnreleasedFlag(209, true);

    /** Whether the new implementation of UserSwitcherController should be used. */
    public static final UnreleasedFlag REFACTORED_USER_SWITCHER_CONTROLLER =
            new UnreleasedFlag(210, false);

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