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:
@@ -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
|
||||
|
Reference in New Issue
Block a user