Add UI for camera + flashlight battery reporting.

Bug: 11694505
Change-Id: Idca51a2e8cc7c2fb3e9d10f84f94e66600dee6fa
This commit is contained in:
Ruben Brunk
2015-06-03 18:53:40 -07:00
parent bbf031ab09
commit 2627190bac
5 changed files with 143 additions and 10 deletions

View File

@@ -4023,6 +4023,10 @@
<string name="battery_stats_screen_on_label">Screen on</string>
<!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
<string name="battery_stats_gps_on_label">GPS on</string>
<!-- [CHAR LIMIT=25] Label for battery stats camera on state graph -->
<string name="battery_stats_camera_on_label">Camera on</string>
<!-- [CHAR LIMIT=25] Label for battery stats flashlight on state graph -->
<string name="battery_stats_flashlight_on_label">Flashlight on</string>
<!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
<string name="battery_stats_wifi_running_label">Wi\u2011Fi</string>
<!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
@@ -4054,6 +4058,8 @@
<string name="power_screen">Screen</string>
<!-- Label for power consumed by the flashlight -->
<string name="power_flashlight">Flashlight</string>
<!-- Label for power consumed by the camera -->
<string name="power_camera">Camera</string>
<!-- Label for power consumed by Wi-Fi -->
<string name="power_wifi">Wi\u2011Fi</string>
<!-- Label for power consumed by Bluetooth -->
@@ -4099,6 +4105,10 @@
<string name="usage_type_audio">Audio</string>
<!-- Label for Video usage time -->
<string name="usage_type_video">Video</string>
<!-- Label for Camera usage time -->
<string name="usage_type_camera">Camera</string>
<!-- Label for Flashlight usage time -->
<string name="usage_type_flashlight">Flashlight</string>
<!-- Label for time that a feature has been on -->
<string name="usage_type_on_time">Time on</string>
<!-- Label for time that there was no cell coverage -->
@@ -4139,6 +4149,9 @@
<!-- [CHAR_LIMIT=NONE] Description for power consumed by the flashlight -->
<string name="battery_desc_flashlight">Battery used by the flashlight</string>
<!-- [CHAR_LIMIT=NONE] Description for power consumed by the camera -->
<string name="battery_desc_camera">Battery used by the camera</string>
<!-- Description for power consumed by display -->
<string name="battery_desc_display">Battery used by the display and backlight</string>
<!-- Suggestion for reducing display power -->