Andrew Lee | fb7f92e | 2015-02-26 16:23:32 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
Aravind Sreekumar | c94dea8 | 2018-04-10 15:34:32 -0700 | [diff] [blame] | 18 | android:title="@string/accessibility_settings_activity_title"> |
Andrew Lee | fb7f92e | 2015-02-26 16:23:32 -0800 | [diff] [blame] | 19 | |
| 20 | <com.android.phone.settings.TtyModeListPreference |
| 21 | android:key="@string/tty_mode_key" |
| 22 | android:title="@string/tty_mode_option_title" |
| 23 | android:summary="@string/tty_mode_option_summary" |
| 24 | android:persistent="false" |
| 25 | android:entries="@array/tty_mode_entries" |
| 26 | android:entryValues="@array/tty_mode_values"/> |
| 27 | |
fionaxu | e46e69f | 2017-04-27 14:32:46 -0700 | [diff] [blame] | 28 | <SwitchPreference |
Andrew Lee | fb7f92e | 2015-02-26 16:23:32 -0800 | [diff] [blame] | 29 | android:key="button_hac_key" |
| 30 | android:title="@string/hac_mode_title" |
| 31 | android:persistent="true" |
| 32 | android:summary="@string/hac_mode_summary"/> |
| 33 | |
Hall Liu | 9818758 | 2018-01-22 19:15:32 -0800 | [diff] [blame] | 34 | <SwitchPreference |
| 35 | android:key="button_rtt_key" |
| 36 | android:title="@string/rtt_mode_title" |
| 37 | android:persistent="true" |
| 38 | android:summary="@string/rtt_mode_summary"/> |
| 39 | |
Qi Wang | 2cdd500 | 2018-03-27 18:05:28 -0700 | [diff] [blame] | 40 | <com.android.phone.settings.TextViewPreference |
| 41 | android:key="button_rtt_more_information_key" |
| 42 | android:title="@string/rtt_mode_more_information"/> |
| 43 | |
Andrew Lee | fb7f92e | 2015-02-26 16:23:32 -0800 | [diff] [blame] | 44 | </PreferenceScreen> |