Merge "Remove a11y speak passwords settings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d0db18b3c9
@@ -4004,8 +4004,6 @@
|
||||
screen magnification on app transitions</string>
|
||||
<!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_power_button_ends_call_prerefence_title">Power button ends call</string>
|
||||
<!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_toggle_speak_password_preference_title">Speak passwords</string>
|
||||
<!-- Title for the accessibility preference for enabling/disabling large icons for mouse/trackpad pointers. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_toggle_large_pointer_icon_title">Large mouse pointer</string>
|
||||
<!-- Title for the accessibility preference for master mono. [CHAR LIMIT=35] -->
|
||||
|
@@ -66,11 +66,6 @@
|
||||
android:title="@string/accelerometer_title"
|
||||
android:persistent="false"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="toggle_speak_password_preference"
|
||||
android:title="@string/accessibility_toggle_speak_password_preference_title"
|
||||
android:persistent="false"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="toggle_large_pointer_icon"
|
||||
android:title="@string/accessibility_toggle_large_pointer_icon_title" />
|
||||
|
Reference in New Issue
Block a user