Split User settings into limited and trusted.

Also show avatars with the circular frame like on lockscreen.

Change-Id: I032d842555b2f50a07166460f9cfb1963366dbb1
This commit is contained in:
Amith Yamasani
2013-03-27 12:27:01 -07:00
parent 86ecd3c437
commit 864e3b7c51
8 changed files with 249 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ public class UserPreference extends Preference {
mRestricted = ((UserManager) getContext().getSystemService(Context.USER_SERVICE))
.getUserInfo(mUserId).isRestricted();
}
setSummary(mRestricted ? R.string.user_limited : R.string.user_trusted);
//setSummary(mRestricted ? R.string.user_limited : R.string.user_trusted);
}
@Override