* commit 'b3e4c0015d742a17e307964f0f370c72b6cabafa': Remove power menu user switcher
This commit is contained in:
@@ -314,8 +314,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
|
||||
}
|
||||
|
||||
// one more thing: optionally add a list of users to switch to
|
||||
// temporarily enable this by default
|
||||
if (true || SystemProperties.getBoolean("fw.power_user_switcher", false)) {
|
||||
if (SystemProperties.getBoolean("fw.power_user_switcher", false)) {
|
||||
addUsersToMenu(mItems);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user