am b84291bb
: Merge "Support showing "Cold" battery health."
Merge commit 'b84291bbecb1ab8141cf8f56fd3d1523e5c707a6' into gingerbread-plus-aosp * commit 'b84291bbecb1ab8141cf8f56fd3d1523e5c707a6': Support showing "Cold" battery health.
This commit is contained in:
committed by
Android Git Automerger
commit
80455f367f
@@ -142,6 +142,8 @@ public class BatteryInfo extends Activity {
|
||||
healthString = getString(R.string.battery_info_health_over_voltage);
|
||||
} else if (health == BatteryManager.BATTERY_HEALTH_UNSPECIFIED_FAILURE) {
|
||||
healthString = getString(R.string.battery_info_health_unspecified_failure);
|
||||
} else if (health == BatteryManager.BATTERY_HEALTH_COLD) {
|
||||
healthString = getString(R.string.battery_info_health_cold);
|
||||
} else {
|
||||
healthString = getString(R.string.battery_info_health_unknown);
|
||||
}
|
||||
|
Reference in New Issue
Block a user