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

This commit is contained in:
Amith Yamasani
2012-11-05 09:31:48 -08:00
committed by Android (Google) Code Review

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