blob: f7e6ffa6badcceed6b32d874bda13575df7e4a3e [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"
Andrew Leebf07f762015-04-07 19:05:50 -070032 android:title="@string/voicemail" />
Andrew Lee2170a972014-08-13 18:13:01 -070033
34 <PreferenceScreen
35 android:key="button_fdn_key"
36 android:title="@string/fdn"
Andrew Lee5ed870c2014-10-29 11:47:49 -070037 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070038
Andrew Leeb97fad82015-01-27 15:31:39 -080039 <PreferenceScreen
40 android:key="@string/wifi_calling_settings_key"
41 android:title="@string/wifi_calling">
42
43 <intent android:action="android.intent.action.MAIN"
Pavel Zhamaitsiak579ef552015-02-23 15:28:17 -080044 android:targetPackage="com.android.settings"
45 android:targetClass="com.android.settings.Settings$WifiCallingSettingsActivity"/>
Andrew Leeb97fad82015-01-27 15:31:39 -080046
47 </PreferenceScreen>
48
Santos Cordon7d4ddf62013-07-10 11:58:08 -070049 <CheckBoxPreference
Andrew Leedf14ead2014-10-17 14:22:52 -070050 android:key="button_enable_video_calling"
51 android:title="@string/enable_video_calling_title"
52 android:persistent="true"
53 android:defaultValue="true" />
54
55 <CheckBoxPreference
Santos Cordon7d4ddf62013-07-10 11:58:08 -070056 android:key="button_auto_retry_key"
57 android:title="@string/auto_retry_mode_title"
58 android:persistent="false"
59 android:summary="@string/auto_retry_mode_summary"/>
60
Santos Cordon7d4ddf62013-07-10 11:58:08 -070061 <PreferenceScreen
62 android:key="button_gsm_more_expand_key"
63 android:title="@string/labelGSMMore"
64 android:summary="@string/sum_gsm_call_settings"
Sanket Padawee09a6f62015-03-05 11:59:39 -080065 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070066
67 <PreferenceScreen
68 android:key="button_cdma_more_expand_key"
69 android:title="@string/labelCDMAMore"
70 android:summary="@string/sum_cdma_call_settings"
Sanket Padawee09a6f62015-03-05 11:59:39 -080071 android:persistent="false" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070072
Suresh Koleti1943de92015-08-10 21:35:38 +053073 <PreferenceScreen
74 android:key="ims_settings_key"
75 android:title="@string/ims_settings"
76 android:persistent="false">
77
78 <intent android:action="android.intent.action.MAIN"
79 android:targetPackage="com.qualcomm.qti.ims"
80 android:targetClass="com.qualcomm.qti.ims.ImsSettings"/>
81 </PreferenceScreen>
82
Santos Cordon7d4ddf62013-07-10 11:58:08 -070083</PreferenceScreen>