Enables full-screen user switcher refactor flag.
This should make it available to dogfooders. Bug: 243843160 Test: See QA focus test request in b/246944492 Change-Id: I5986b115b3633dddfb3258286cff85c2105813cf
This commit is contained in:
@@ -101,8 +101,8 @@ public class Flags {
|
||||
public static final UnreleasedFlag MODERN_BOUNCER = new UnreleasedFlag(208);
|
||||
|
||||
/** Whether UserSwitcherActivity should use modern architecture. */
|
||||
public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
|
||||
new UnreleasedFlag(209, true);
|
||||
public static final ReleasedFlag MODERN_USER_SWITCHER_ACTIVITY =
|
||||
new ReleasedFlag(209, true);
|
||||
|
||||
/***************************************/
|
||||
// 300 - power menu
|
||||
|
||||
Reference in New Issue
Block a user