* commit '13d7bc4c8ae61152d6f7d6184689413a62ca0c7f': Update the resource name to the new ic_corp prefix one.
This commit is contained in:
committed by
Android Git Automerger
commit
564951273c
@@ -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