blob: ab91394e5d1b51ec250486621acd2eaf34059508 [file] [log] [blame]
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
Andrew Lee5ed870c2014-10-29 11:47:49 -070018 android:title="@string/call_settings">
Santos Cordon7d4ddf62013-07-10 11:58:08 -070019
Andrew Leece8ae2a2014-09-10 10:41:48 -070020 <PreferenceScreen
21 android:key="phone_account_settings_preference_screen"
Jay Shraunera4f952c2014-10-23 10:14:12 -070022 android:title="@string/phone_accounts">
Andrew Leece8ae2a2014-09-10 10:41:48 -070023
24 <intent
25 android:targetPackage="com.android.phone"
26 android:targetClass="com.android.phone.settings.PhoneAccountSettingsActivity"/>
27
Nancy Chend83e4e82014-11-11 12:51:22 -080028 </PreferenceScreen>
Ihab Awad098f2d72014-05-19 17:34:52 -070029
Andrew Lee2170a972014-08-13 18:13:01 -070030 <PreferenceScreen
31 android:key="button_voicemail_category_key"
32 android:title="@string/voicemail"
33 android:persistent="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -070034
Andrew Lee64e5c9d2014-11-26 12:00:10 -080035 <com.android.phone.settings.VoicemailProviderListPreference
Andrew Lee2170a972014-08-13 18:13:01 -070036 android:key="button_voicemail_provider_key"
37 android:title="@string/voicemail_provider"
38 android:summary="@string/sum_voicemail_choose_provider"
39 android:defaultValue=""
40 android:persistent="true" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070041
Andrew Lee2170a972014-08-13 18:13:01 -070042 <PreferenceScreen
43 android:key="button_voicemail_setting_key"
44 android:title="@string/voicemail_settings"
45 android:persistent="false">
Santos Cordon7d4ddf62013-07-10 11:58:08 -070046
Andrew Lee2170a972014-08-13 18:13:01 -070047 <!-- Note for all com.android.phone.EditPhoneNumberPreference objects
Santos Cordon7d4ddf62013-07-10 11:58:08 -070048
Andrew Lee2170a972014-08-13 18:13:01 -070049 The last several attributes are for use with the EditText field
50 in the dialog. These attributes are forwarded to that field
51 when the edittext is created. The attributes include:
52 1. android:singleLine
53 2. android:autoText
54 3. android:background -->
Santos Cordon7d4ddf62013-07-10 11:58:08 -070055
Andrew Lee2170a972014-08-13 18:13:01 -070056 <com.android.phone.EditPhoneNumberPreference
57 android:key="button_voicemail_key"
58 android:title="@string/voicemail_settings_number_label"
59 android:persistent="false"
60 android:dialogTitle="@string/voicemail"
61 phone:confirmMode="confirm"
62 android:singleLine="true"
63 android:autoText="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070064
Andrew Lee2170a972014-08-13 18:13:01 -070065 </PreferenceScreen>
Santos Cordon7d4ddf62013-07-10 11:58:08 -070066
Andrew Lee78ee0b22014-10-28 17:15:08 -070067 <com.android.phone.settings.VoicemailRingtonePreference
Andrew Lee1ec7c7e2014-12-03 15:33:21 -080068 android:key="@string/voicemail_notification_ringtone_key"
Andrew Lee2170a972014-08-13 18:13:01 -070069 android:title="@string/voicemail_notification_ringtone_title"
Andrew Lee8d66d812014-11-24 14:54:02 -080070 android:persistent="false"
71 android:ringtoneType="notification" />
Andrew Lee2170a972014-08-13 18:13:01 -070072
73 <CheckBoxPreference
Andrew Lee8d66d812014-11-24 14:54:02 -080074 android:key="@string/voicemail_notification_vibrate_key"
Andrew Lee2170a972014-08-13 18:13:01 -070075 android:title="@string/voicemail_notification_vibrate_when_title"
76 android:persistent="true" />
77
78 </PreferenceScreen>
79
80 <PreferenceScreen
81 android:key="button_fdn_key"
82 android:title="@string/fdn"
Andrew Lee5ed870c2014-10-29 11:47:49 -070083 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070084
Andrew Leeb97fad82015-01-27 15:31:39 -080085 <PreferenceScreen
86 android:key="@string/wifi_calling_settings_key"
87 android:title="@string/wifi_calling">
88
89 <intent android:action="android.intent.action.MAIN"
90 android:targetPackage="com.android.phone"
91 android:targetClass="com.android.phone.MobileNetworkSettings"/>
92
93 </PreferenceScreen>
94
Santos Cordon7d4ddf62013-07-10 11:58:08 -070095 <CheckBoxPreference
Andrew Leedf14ead2014-10-17 14:22:52 -070096 android:key="button_enable_video_calling"
97 android:title="@string/enable_video_calling_title"
98 android:persistent="true"
99 android:defaultValue="true" />
100
101 <CheckBoxPreference
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700102 android:key="button_auto_retry_key"
103 android:title="@string/auto_retry_mode_title"
104 android:persistent="false"
105 android:summary="@string/auto_retry_mode_summary"/>
106
Andrew Lee6fee2cb2014-12-09 16:42:18 -0800107 <com.android.phone.settings.TtyModeListPreference
108 android:key="@string/tty_mode_key"
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700109 android:title="@string/tty_mode_option_title"
110 android:summary="@string/tty_mode_option_summary"
111 android:persistent="false"
112 android:entries="@array/tty_mode_entries"
113 android:entryValues="@array/tty_mode_values"/>
114
Andrew Lee2170a972014-08-13 18:13:01 -0700115 <CheckBoxPreference
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700116 android:key="button_hac_key"
117 android:title="@string/hac_mode_title"
118 android:persistent="true"
119 android:summary="@string/hac_mode_summary"/>
120
121 <ListPreference
122 android:key="button_dtmf_settings"
123 android:title="@string/dtmf_tones_title"
124 android:summary="@string/dtmf_tones_summary"
125 android:entries="@array/dtmf_tone_entries"
126 android:entryValues="@array/dtmf_tone_values"/>
127
128 <PreferenceScreen
129 android:key="button_gsm_more_expand_key"
130 android:title="@string/labelGSMMore"
131 android:summary="@string/sum_gsm_call_settings"
132 android:persistent="false">
133
134 <intent android:action="android.intent.action.MAIN"
135 android:targetPackage="com.android.phone"
136 android:targetClass="com.android.phone.GsmUmtsCallOptions"/>
Andrew Lee2170a972014-08-13 18:13:01 -0700137
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700138 </PreferenceScreen>
139
140 <PreferenceScreen
141 android:key="button_cdma_more_expand_key"
142 android:title="@string/labelCDMAMore"
143 android:summary="@string/sum_cdma_call_settings"
144 android:persistent="false">
145
146 <intent android:action="android.intent.action.MAIN"
147 android:targetPackage="com.android.phone"
148 android:targetClass="com.android.phone.CdmaCallOptions"/>
Andrew Lee2170a972014-08-13 18:13:01 -0700149
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700150 </PreferenceScreen>
Andrew Lee233d4332014-07-10 17:08:23 -0700151
Santos Cordon7d4ddf62013-07-10 11:58:08 -0700152</PreferenceScreen>