diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2012-09-20 19:15:29 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2012-09-20 19:15:33 -0700 |
commit | 43af40be48aeb58cca7733a80bfb7a6424ec1f17 (patch) | |
tree | 3cfa2d0b6b8fa300262b6c9bf2d33506ef99e76e /res/values/strings.xml | |
parent | 9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 (diff) | |
download | packages_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/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 97c0726..a399c47 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3946,15 +3946,6 @@ <string name="show_all_anrs_summary">Show App Not Responding dialog for background apps</string> - <!-- Preference category for accessibility debugging development settings. [CHAR LIMIT=25] --> - <string name="debug_accessibility_category">Accessibility</string> - - <!-- Accessibility debug setting: automatically update magnification state [CHAR LIMIT=50] --> - <string name="display_magnification_auto_update">Auto update magnification</string> - <!-- Accessibility debug setting: automatically update magnification state summary [CHAR LIMIT=100] --> - <string name="display_magnification_auto_update_summary">Zoom out on rotation or activity - start and pan to popped up windows.</string> - <!-- Activity title for network data usage summary. [CHAR LIMIT=25] --> <string name="data_usage_summary_title">Data usage</string> <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] --> |