blob: ce193aa3d5cda40e1473e11b75ff882937e06985 [file] [log] [blame]
Andrew Leefb7f92e2015-02-26 16:23:32 -08001<?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 Sreekumarc94dea82018-04-10 15:34:32 -070018 android:title="@string/accessibility_settings_activity_title">
Andrew Leefb7f92e2015-02-26 16:23:32 -080019
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
fionaxue46e69f2017-04-27 14:32:46 -070028 <SwitchPreference
Andrew Leefb7f92e2015-02-26 16:23:32 -080029 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 Liu98187582018-01-22 19:15:32 -080034 <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 Wang2cdd5002018-03-27 18:05:28 -070040 <com.android.phone.settings.TextViewPreference
41 android:key="button_rtt_more_information_key"
42 android:title="@string/rtt_mode_more_information"/>
43
Andrew Leefb7f92e2015-02-26 16:23:32 -080044</PreferenceScreen>