summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2014-04-17 17:54:35 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2014-04-22 20:55:19 +0000
commit0b1f3fb2c9e7f15a1c28544c42e4a83e24a38515 (patch)
tree14df0b4d272bdad4841138b5303f102a62e181e6 /res/xml/development_prefs.xml
parent6f3a760dad34ca7a8078c7596ea5148f6e307514 (diff)
downloadpackages_apps_Settings-0b1f3fb2c9e7f15a1c28544c42e4a83e24a38515.zip
packages_apps_Settings-0b1f3fb2c9e7f15a1c28544c42e4a83e24a38515.tar.gz
packages_apps_Settings-0b1f3fb2c9e7f15a1c28544c42e4a83e24a38515.tar.bz2
Setting: Developer Option: Adds a low power mode checkbox
Change-Id: I489f74bd3822f64acb8becd6e5eda716d8bd722c Signed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 2a9e125..e9aeae8 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -241,6 +241,11 @@
android:summary="@string/strict_mode_summary"/>
<CheckBoxPreference
+ android:key="low_power_mode"
+ android:title="@string/low_power_mode"
+ android:summary="@string/low_power_mode_summary"/>
+
+ <CheckBoxPreference
android:key="show_cpu_usage"
android:title="@string/show_cpu_usage"
android:summary="@string/show_cpu_usage_summary"/>