summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-07 09:58:30 -0400
committerJason Monk <jmonk@google.com>2015-06-08 10:08:06 -0400
commit16ada3df306f3efcfc748fcd23e78cbe6375efa6 (patch)
treef98ba25594d15e315e17329928e8c243a21c93f3 /packages/SystemUI/res/xml
parent6236a820a25d81f996c2de1477c1357d1fe2540b (diff)
downloadframeworks_base-16ada3df306f3efcfc748fcd23e78cbe6375efa6.zip
frameworks_base-16ada3df306f3efcfc748fcd23e78cbe6375efa6.tar.gz
frameworks_base-16ada3df306f3efcfc748fcd23e78cbe6375efa6.tar.bz2
Add demo mode to tuner
Allows turning on/off and setting to specific mode for screen shots. Change-Id: Iee95aff17189dea7a77c493e9b396b9f21052ee8
Diffstat (limited to 'packages/SystemUI/res/xml')
-rw-r--r--packages/SystemUI/res/xml/tuner_prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/xml/tuner_prefs.xml b/packages/SystemUI/res/xml/tuner_prefs.xml
index 4e9a407..8c1acc3 100644
--- a/packages/SystemUI/res/xml/tuner_prefs.xml
+++ b/packages/SystemUI/res/xml/tuner_prefs.xml
@@ -72,4 +72,8 @@
android:summary="@string/show_battery_percentage_summary"
android:persistent="false" />
+ <Preference
+ android:key="demo_mode"
+ android:title="@string/demo_mode" />
+
</PreferenceScreen>