* commit 'c7142442e617c99d0a67ea0de5c57b26c4ca5206': Update the resource name to the new ic_corp prefix one.
This commit is contained in:
committed by
Android Git Automerger
commit
13d7bc4c8a
@@ -134,7 +134,7 @@ public class UidDetailProvider {
|
||||
if (info.isManagedProfile()) {
|
||||
detail.label = res.getString(R.string.data_usage_managed_user_text);
|
||||
detail.icon = Resources.getSystem().getDrawable(
|
||||
com.android.internal.R.drawable.ic_afw_icon);
|
||||
com.android.internal.R.drawable.ic_corp_icon);
|
||||
} else {
|
||||
detail.label = res.getString(R.string.running_process_item_user_label,
|
||||
info.name);
|
||||
|
Reference in New Issue
Block a user