blob: 7c34b93e305d51a11637e9e392a2b2c8ab22c819 [file] [log] [blame]
Andrew Leece8ae2a2014-09-10 10:41:48 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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"
18 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
19 android:title="@string/phone_account_settings">
20
21 <com.android.phone.settings.AccountSelectionPreference
22 android:key="default_outgoing_account"
23 android:title="@string/phone_accounts_make_calls_with"
24 android:defaultValue=""
25 android:persistent="false" />
26
27 <PreferenceCategory
28 android:key="phone_accounts_call_assistant_settings_category_key"
29 android:title="@string/wifi_calling_call_assistant"
30 android:persistent="false">
31
32 <com.android.phone.settings.AccountSelectionPreference
33 android:key="wifi_calling_call_assistant_preference"
34 android:title="@string/wifi_calling_call_assistant"
35 android:summary="@string/wifi_calling_call_assistant_configure_no_selection" />
36
37 <Preference
38 android:key="wifi_calling_configure_call_assistant_preference"
39 android:title="@string/wifi_calling_call_assistant_configure"
40 android:persistent="false" />
41
42 </PreferenceCategory>
43
44 <PreferenceCategory
45 android:key="phone_accounts_sip_settings_category_key"
46 android:title="@string/sip_settings"
47 android:persistent="false">
48
49 <ListPreference
50 android:key="use_sip_calling_options_key"
51 android:title="@string/sip_call_options_title"
52 android:persistent="true"
53 android:entries="@array/sip_call_options_entries"
54 android:entryValues="@array/sip_call_options_values"/>
55
56 </PreferenceCategory>
57
58</PreferenceScreen>