diff options
author | Andrew Lee <anwlee@google.com> | 2015-02-26 15:38:48 -0800 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-03-02 15:19:11 -0800 |
commit | 811641c94bd642cf3dfd735947ee4ef70d235a6f (patch) | |
tree | 178d741403438525c62c7beb34453c0f2afdd202 /res | |
parent | bf6baa4a0b44166a9b336c1e7d29a69446c0ca8a (diff) |
Add Accessibility settings to top-level.
Followup CL will prevent this from showing if TTY Mode and HAC are
not supported.
Bug: 19372734
Change-Id: I8f1e93efab6447d2099d5eb6e734704d6632e299
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1e7a48b2d..0730f42ec 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -698,6 +698,10 @@ dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] --> <string name="sounds_and_vibration_title">Sounds and vibration</string> + <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing + aid compatability. [CHAR LIMIT=40] --> + <string name="accessibility_settings_title">Accessibility</string> + <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> <string name="ringtone_title">Phone ringtone</string> |