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

* commit 'fca8d258c5699ad2703d46181c492e78e1dc87a8':
  Remove power menu user switcher
This commit is contained in:
Amith Yamasani
2012-11-05 14:12:04 -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);
}