summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2014-08-20 15:24:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-20 01:43:56 +0000
commit735219be8f85bd1ad41ab91834e5a427bb2ae7fc (patch)
tree9826531278d6f7d714c1982db7450964574898c8 /res/xml
parentff0e81eb099dd7fe15c1d444e89a992b0f020a47 (diff)
parent0b65294a7a94dd9a871bcae3a28d512df16a7b4c (diff)
downloadpackages_apps_Settings-735219be8f85bd1ad41ab91834e5a427bb2ae7fc.zip
packages_apps_Settings-735219be8f85bd1ad41ab91834e5a427bb2ae7fc.tar.gz
packages_apps_Settings-735219be8f85bd1ad41ab91834e5a427bb2ae7fc.tar.bz2
Merge "Added a developer option to save attribute data." into lmp-dev
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/development_prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 2a1a5bb..807ae8b 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -86,6 +86,10 @@
android:title="@string/allow_mock_location"
android:summary="@string/allow_mock_location_summary"/>
+ <CheckBoxPreference
+ android:key="debug_view_attributes"
+ android:title="@string/debug_view_attributes" />
+
<PreferenceScreen android:key="debug_app"
android:title="@string/debug_app" />