Merge "Defines flag for refactoring UserSwitcherActivity." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
230a7287bc
@@ -103,6 +103,10 @@ public class Flags {
|
|||||||
*/
|
*/
|
||||||
public static final ReleasedFlag MODERN_BOUNCER = new ReleasedFlag(208);
|
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
|
// 300 - power menu
|
||||||
public static final ReleasedFlag POWER_MENU_LITE =
|
public static final ReleasedFlag POWER_MENU_LITE =
|
||||||
|
|||||||
Reference in New Issue
Block a user