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