summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-09-20 19:15:29 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2012-09-20 19:15:33 -0700
commit43af40be48aeb58cca7733a80bfb7a6424ec1f17 (patch)
tree3cfa2d0b6b8fa300262b6c9bf2d33506ef99e76e /res/xml
parent9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 (diff)
downloadpackages_apps_settings-43af40be48aeb58cca7733a80bfb7a6424ec1f17.zip
packages_apps_settings-43af40be48aeb58cca7733a80bfb7a6424ec1f17.tar.gz
packages_apps_settings-43af40be48aeb58cca7733a80bfb7a6424ec1f17.tar.bz2
Remove accessibility category from developer options.
1. There is a temporary accessibility option in developer options with one item for enabling automatic zoom out and panning. This is not a developer option in general and should not be there. bug:7207305 Change-Id: Ib146ccb3704dd94d635cc668b71c007fbd8d29b3
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/development_prefs.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 575f802..a4f6ee2 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -200,16 +200,6 @@
android:title="@string/show_all_anrs"
android:summary="@string/show_all_anrs_summary"/>
- </PreferenceCategory>
-
- <PreferenceCategory android:key="debug_accessibility_category"
- android:title="@string/debug_accessibility_category">
-
- <CheckBoxPreference
- android:key="accessibility_display_magnification_auto_update"
- android:title="@string/display_magnification_auto_update"
- android:summary="@string/display_magnification_auto_update_summary"/>
-
- </PreferenceCategory>
+ </PreferenceCategory>
</PreferenceScreen>