blob: 89e2fab969d49c85950ed7fd60c73594c73a987a [file] [log] [blame]
Wink Savillec51f5ac2009-04-02 11:00:56 -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
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.phone">
Wink Savillec51f5ac2009-04-02 11:00:56 -070019
Wink Saville7ddbcfa2010-05-25 13:54:34 -070020 <com.android.phone.CdmaSystemSelectListPreference
21 android:key="cdma_system_select_key"
Chouting Zhang9ed35b12009-07-09 17:00:42 -050022 android:title="@string/cdma_system_select_title"
23 android:summary="@string/cdma_system_select_summary"
24 android:entries="@array/cdma_system_select_choices"
25 android:entryValues="@array/cdma_system_select_values"
26 android:dialogTitle="@string/cdma_system_select_dialogtitle" />
Wink Saville7ddbcfa2010-05-25 13:54:34 -070027
28 <com.android.phone.CdmaSubscriptionListPreference
29 android:key="cdma_subscription_key"
30 android:title="@string/cdma_subscription_title"
31 android:summary="@string/cdma_subscription_summary"
32 android:entries="@array/cdma_subscription_choices"
33 android:entryValues="@array/cdma_subscription_values"
34 android:dialogTitle="@string/cdma_subscription_dialogtitle" />
35
Daisuke Miyakawa23790612010-10-24 13:28:48 -070036 <PreferenceScreen
Freeman Ng17318ed2011-03-31 15:22:03 -070037 android:key="cdma_activate_device_key"
Daisuke Miyakawa23790612010-10-24 13:28:48 -070038 android:title="@string/cdma_activate_device">
Daisuke Miyakawa4e532d22011-02-04 17:56:58 -080039 <intent android:action="com.android.phone.PERFORM_VOICELESS_CDMA_PROVISIONING">
40 <extra android:name="autoStart" android:value="true" />
41 </intent>
Daisuke Miyakawa23790612010-10-24 13:28:48 -070042 </PreferenceScreen>
Chouting Zhang9ed35b12009-07-09 17:00:42 -050043</PreferenceScreen>