am 55bc7dc4: am ccbeb61a: Block monkey from creating user profiles

* commit '55bc7dc4288e2c2cdd0bd9c2d06c38e00d139d5c':
  Block monkey from creating user profiles
This commit is contained in:
Guang Zhu
2014-10-22 20:45:55 +00:00
committed by Android Git Automerger

View File

@@ -571,6 +571,9 @@ public class UserSwitcherController {
cancel();
} else {
dismiss();
if (ActivityManager.isUserAMonkey()) {
return;
}
UserInfo user = mUserManager.createSecondaryUser(
mContext.getString(R.string.user_new_user_name), 0 /* flags */);
if (user == null) {