Update icon and text for a managed profile
Bug: 16369104 Change-Id: I15d25910332d92e1638cdc63422e7e28c2f07d85
This commit is contained in:
@@ -132,7 +132,7 @@ public class UidDetailProvider {
|
||||
final UserInfo info = um.getUserInfo(userHandle);
|
||||
if (info != null) {
|
||||
if (info.isManagedProfile()) {
|
||||
detail.label = res.getString(R.string.data_usage_managed_user_text);
|
||||
detail.label = res.getString(R.string.managed_user_title);
|
||||
detail.icon = Resources.getSystem().getDrawable(
|
||||
com.android.internal.R.drawable.ic_corp_icon);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user