am 9017d3fd
: Update the resource name to the new ic_corp prefix one.
* commit '9017d3fdd607b8978299578721303b8140a64c22': Update the resource name to the new ic_corp prefix one.
This commit is contained in:
committed by
Android Git Automerger
commit
c7142442e6
@@ -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