Merge "dex2oat should show something friendlier in Settings -> Battery" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
94f4cb4e46
@@ -225,6 +225,8 @@ public class BatteryEntry {
|
||||
name = context.getResources().getString(R.string.process_kernel_label);
|
||||
} else if ("mediaserver".equals(name)) {
|
||||
name = context.getResources().getString(R.string.process_mediaserver_label);
|
||||
} else if ("dex2oat".equals(name)) {
|
||||
name = context.getResources().getString(R.string.process_dex2oat_label);
|
||||
}
|
||||
iconId = R.drawable.ic_power_system;
|
||||
icon = context.getDrawable(iconId);
|
||||
|
Reference in New Issue
Block a user