am b3e4c001: am fca8d258: Merge "Remove power menu user switcher" into jb-mr1-dev

* commit 'b3e4c0015d742a17e307964f0f370c72b6cabafa':
  Remove power menu user switcher
This commit is contained in:
Amith Yamasani
2012-11-05 14:15:25 -08:00
committed by Android Git Automerger

View File

@@ -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);
}