summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-12-06 10:31:05 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-06 10:31:05 -0800
commit24f81a68bbb4e4533c82627cd589602d4fc0c278 (patch)
tree91a2a3d3503714e172a373a43530db3397016c33 /res/xml
parent5762db656ed7c13ca532a5c96c8c83ea7b941559 (diff)
parent7e8dcbea65356807ca052ee5e98c9b25b7f0b1ca (diff)
downloadpackages_apps_Settings-24f81a68bbb4e4533c82627cd589602d4fc0c278.zip
packages_apps_Settings-24f81a68bbb4e4533c82627cd589602d4fc0c278.tar.gz
packages_apps_Settings-24f81a68bbb4e4533c82627cd589602d4fc0c278.tar.bz2
am 7e8dcbea: Adding a system preference whether to speak passwords in accessibility mode (settings).
* commit '7e8dcbea65356807ca052ee5e98c9b25b7f0b1ca': Adding a system preference whether to speak passwords in accessibility mode (settings).
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/accessibility_settings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/xml/accessibility_settings.xml b/res/xml/accessibility_settings.xml
index acb14ac..88f6491 100644
--- a/res/xml/accessibility_settings.xml
+++ b/res/xml/accessibility_settings.xml
@@ -45,11 +45,17 @@
android:persistent="false"
android:order="3"/>
+ <CheckBoxPreference
+ android:key="toggle_speak_password_preference"
+ android:title="@string/accessibility_speak_password_title"
+ android:persistent="false"
+ android:order="4"/>
+
<PreferenceScreen
android:key="toggle_touch_exploration_preference"
android:title="@string/accessibility_touch_exploration_title"
android:fragment="com.android.settings.AccessibilitySettings$ToggleTouchExplorationFragment"
- android:order="4" >
+ android:order="5" >
<extra android:name="title" android:value="@string/accessibility_touch_exploration_title" />
<extra android:name="summary" android:value="@string/accessibility_touch_exploration_summary" />
<extra android:name="enable_warning_title" android:value="@android:string/dialog_alert_title" />
@@ -63,7 +69,7 @@
android:entries="@array/long_press_timeout_selector_titles"
android:entryValues="@array/long_press_timeout_selector_values"
android:persistent="false"
- android:order="5"/>
+ android:order="6"/>
<!-- We want a dialog with no title, so use an empty string to avoid a fall back to the preference title. -->
<com.android.settings.AccessibilityEnableScriptInjectionPreference
@@ -75,7 +81,7 @@
android:positiveButtonText="@string/accessibility_script_injection_button_allow"
android:negativeButtonText="@string/accessibility_script_injection_button_disallow"
android:persistent="false"
- android:order="6"/>
+ android:order="7"/>
</PreferenceCategory>