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 57f928f + fca8d25 commit d812e7aCopy full SHA for d812e7a
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