Skip to content

Commit 912133a

Browse files
author
Amith Yamasani
committed
Remove power menu user switcher
Bug: 7466189 Change-Id: Ieb5e637f3e0b557eb616b5531a0a05a38a788fab
1 parent 37238e5 commit 912133a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

policy/src/com/android/internal/policy/impl/GlobalActions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ public boolean showBeforeProvisioning() {
314314
}
315315

316316
// one more thing: optionally add a list of users to switch to
317-
// temporarily enable this by default
318-
if (true || SystemProperties.getBoolean("fw.power_user_switcher", false)) {
317+
if (SystemProperties.getBoolean("fw.power_user_switcher", false)) {
319318
addUsersToMenu(mItems);
320319
}
321320

0 commit comments

Comments
 (0)