Update the resource name to the new ic_corp prefix one.

Bug: 16369104
Change-Id: I0cd2188b0ac1806487678c568db068995a1e9142
This commit is contained in:
Alexandra Gherghina
2014-07-29 11:34:28 +01:00
parent a6145a656a
commit 9017d3fdd6

View File

@@ -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);