OSDN Git Service

Adding a system preference whether to speak passwords in accessibility mode (settings).
authorSvetoslav Ganov <svetoslavganov@google.com>
Mon, 5 Dec 2011 20:54:53 +0000 (12:54 -0800)
committerSvetoslav Ganov <svetoslavganov@google.com>
Mon, 5 Dec 2011 21:09:27 +0000 (13:09 -0800)
commit7e8dcbea65356807ca052ee5e98c9b25b7f0b1ca
tree4646d9f5e75e68cafbb95a03dbd182272f758cb6
parentbbcc300c87d702aede31de311f88571b0caf9113
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
res/values/strings.xml
res/xml/accessibility_settings.xml
src/com/android/settings/AccessibilitySettings.java