Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 1 | <?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"> |
| 19 | |
| 20 | <com.android.phone.CdmaSystemSelectListPreference |
| 21 | android:key="cdma_system_select_key" |
| 22 | 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" /> |
| 27 | |
| 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 | |
| 36 | <PreferenceScreen |
Sanket Padawe | a564e9b | 2015-01-07 11:24:49 -0800 | [diff] [blame] | 37 | android:key="button_apn_key_cdma" |
Jing Zhao | 43e9562 | 2014-08-25 13:49:19 -0500 | [diff] [blame] | 38 | android:title="@string/apn_settings" |
| 39 | android:persistent="false"> |
| 40 | |
| 41 | <!-- The launching Intent will be defined thru code as we need to pass some Extra --> |
| 42 | |
| 43 | </PreferenceScreen> |
| 44 | |
| 45 | <PreferenceScreen |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 46 | android:key="cdma_activate_device_key" |
| 47 | android:title="@string/cdma_activate_device"> |
| 48 | <intent android:action="com.android.phone.PERFORM_VOICELESS_CDMA_PROVISIONING"> |
| 49 | <extra android:name="autoStart" android:value="true" /> |
| 50 | </intent> |
| 51 | </PreferenceScreen> |
Sungmin Choi | f45d691 | 2013-10-14 15:34:27 -0700 | [diff] [blame] | 52 | |
| 53 | <PreferenceScreen |
| 54 | android:key="carrier_settings_key" |
| 55 | android:title="@string/carrier_settings_title"> |
| 56 | <intent android:action="android.intent.action.MAIN" |
| 57 | android:targetPackage="@string/carrier_settings" |
| 58 | android:targetClass="@string/carrier_settings_menu" /> |
| 59 | </PreferenceScreen> |
| 60 | |
Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame] | 61 | </PreferenceScreen> |