Add battery history details activity.

Adds a full-screen version of the battery history visualization,
which you can get to by tapping on the battery history chart in
the summary screen.

Change-Id: Ibca5ef3d0883ff6ffa80b6ddca3c8ac838c85842
This commit is contained in:
Dianne Hackborn
2010-07-23 00:23:21 -07:00
parent 15fe0e4795
commit cbaf6ceb8e
5 changed files with 289 additions and 55 deletions

View File

@@ -2023,6 +2023,14 @@ found in the list of installed applications.</string>
<string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> on battery</string>
<!-- Battery usage duration -->
<string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> since unplugged</string>
<!-- Label for battery stats charging state graph -->
<string name="battery_stats_charging_label">Charging</string>
<!-- Label for battery stats screen on state graph -->
<string name="battery_stats_screen_on_label">Screen on</string>
<!-- Label for battery stats gps on state graph -->
<string name="battery_stats_gps_on_label">GPS on</string>
<!-- Label for battery stats phone signal strength graph -->
<string name="battery_stats_phone_signal_label">Phone signal</string>
<!-- Battery usage during last unplugged period -->
<string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
<!-- CPU awake time title -->