Adding a system preference whether to speak passwords in accessibility mode (settings).
By default we do not speak passwords if the user has no headset. However, many users find this too restrictive and would like a way to enable password announcement. While we cannot speak the passwords all the time ,to avoid leaking them, we expose a preference so each user can choose the option that best works for him/her. bug:5712607 Change-Id: I1a6e95c392c18dc8d7406b1cef49705756b31254
This commit is contained in:
@@ -2760,6 +2760,8 @@ found in the list of installed apps.</string>
|
||||
<string name="accessibility_toggle_large_text_title">Large text</string>
|
||||
<!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_power_button_ends_call_title">Power button ends call</string>
|
||||
<!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_speak_password_title">Speak passwords</string>
|
||||
<!-- Title for accessibility preference to enable touch exploration mode. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_touch_exploration_title">Explore by touch</string>
|
||||
<!-- Summary for accessibility of the touch exploration mode. [CHAR LIMIT=NONE] -->
|
||||
|
Reference in New Issue
Block a user