blob: 17ee577b18a83ea87bea0cff7deecc1656283f2e [file] [log] [blame]
Santos Cordon7d4ddf62013-07-10 11:58:08 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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">
18 <PreferenceCategory
19 android:key="sip_settings_category_key"
20 android:title="@string/sip_settings"
21 android:persistent="false">
22
23 <PreferenceScreen
24 android:key="sip_account_settings_key"
25 android:title="@string/sip_accounts_title"
26 android:persistent="false">
27
28 <intent android:action="android.intent.action.MAIN"
29 android:targetPackage="com.android.phone"
Sailesh Nepal788959e2014-07-08 23:36:40 -070030 android:targetClass="com.android.services.telephony.sip.SipSettings" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070031 </PreferenceScreen>
32
33 <ListPreference
34 android:key="sip_call_options_key"
35 android:title="@string/sip_call_options_title"
36 android:persistent="true"
37 android:entries="@array/sip_call_options_entries"
38 android:entryValues="@array/sip_call_options_values"/>
39
40 <ListPreference
41 android:key="sip_call_options_wifi_only_key"
42 android:title="@string/sip_call_options_title"
43 android:dialogTitle="@string/sip_call_options_wifi_only_title"
44 android:persistent="true"
45 android:entries="@array/sip_call_options_wifi_only_entries"
46 android:entryValues="@array/sip_call_options_values"/>
47 </PreferenceCategory>
48</PreferenceScreen>