summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-05-22 15:18:46 -0700
committerAmith Yamasani <yamasani@google.com>2009-05-22 19:41:32 -0700
commit2a2daf960c43a2c97b1c6da430138e08e9caa54f (patch)
tree47cd2ce73aa73de2996f611a5fc14457e5bbcca2 /res/values
parent818078310759e3fbd227c578e20a54e935b1b92a (diff)
downloadpackages_apps_settings-2a2daf960c43a2c97b1c6da430138e08e9caa54f.zip
packages_apps_settings-2a2daf960c43a2c97b1c6da430138e08e9caa54f.tar.gz
packages_apps_settings-2a2daf960c43a2c97b1c6da430138e08e9caa54f.tar.bz2
Top level screen for App Fuel Gauge.
Shows sorted list of power usage (with some debug information) by the top 10 apps and subsystems. Doesn't yet take into account certain subsystems such as data network usage, audio/video DSP usage, Bluetooth and lights other than screen backlight. Screen, Idle, Wifi and Voice usage and CPU time are accounted for. Also need to add detail screens for each item and suggested actions.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5b04e51..4879db2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1574,6 +1574,7 @@ found in the list of installed applications.</string>
<string name="usage_time_label">Usage time</string>
<!-- Accessibility settings -->
+ <skip/>
<!-- Settings title for accessibility settings -->
<string name="accessibility_settings_title">Accessibility</string>
@@ -1599,6 +1600,26 @@ found in the list of installed applications.</string>
selects to disable accessibility. This avoids accidental disabling. -->
<string name="accessibility_service_disable_warning">Disable accessibility?</string>
+ <!-- App Fuel Gauge strings -->
+ <skip/>
+
+ <!-- Activity title for App Fuel Gauge summary -->
+ <string name="power_usage_summary_title">Power usage summary</string>
+ <!-- CPU awake time title -->
+ <string name="awake">Device awake time</string>
+ <!-- Wifi on time -->
+ <string name="wifi_on_time">WiFi on time</string>
+
+ <!-- Label for power consumed by the screen -->
+ <string name="power_screen">Screen on</string>
+ <!-- Label for power consumed by WiFi -->
+ <string name="power_wifi">WiFi</string>
+ <!-- Label for power consumed by Cell idle -->
+ <string name="power_cell">Cell</string>
+ <!-- Label for power consumed by Calling -->
+ <string name="power_phone">Voice</string>
+ <!-- Label for power consumed when Idle -->
+ <string name="power_idle">Standby</string>
</resources>