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