We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cf1ea9 + 912133a commit fca8d25Copy full SHA for fca8d25
policy/src/com/android/internal/policy/impl/GlobalActions.java
@@ -314,8 +314,7 @@ public boolean showBeforeProvisioning() {
314
}
315
316
// 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)) {
+ if (SystemProperties.getBoolean("fw.power_user_switcher", false)) {
319
addUsersToMenu(mItems);
320
321
0 commit comments