Skip to content

Commit fca8d25

Browse files
Amith YamasaniAndroid (Google) Code Review
authored andcommitted
Merge "Remove power menu user switcher" into jb-mr1-dev
2 parents 8cf1ea9 + 912133a commit fca8d25

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)