blob: 1156f912dbd45df04a891f2ab477d98a393beee9 [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
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 <PreferenceScreen
21 android:key="button_apn_key"
22 android:title="@string/apn_settings"
23 android:persistent="false">
24
Fabrice Di Meglio6043f992014-02-06 15:44:22 -080025 <intent android:action="android.settings.APN_SETTINGS" />
Santos Cordon7d4ddf62013-07-10 11:58:08 -070026
27 </PreferenceScreen>
28
Santos Cordon7d4ddf62013-07-10 11:58:08 -070029 <PreferenceScreen
30 android:key="button_carrier_sel_key"
31 android:title="@string/networks"
32 android:summary="@string/sum_carrier_select"
33 android:persistent="false">
34
35 <intent android:action="android.intent.action.MAIN"
36 android:targetPackage="com.android.phone"
37 android:targetClass="com.android.phone.NetworkSetting" />
38
39 </PreferenceScreen>
40
Sungmin Choi21a66d52013-10-23 13:22:08 -070041 <PreferenceScreen
42 android:key="carrier_settings_key"
43 android:title="@string/carrier_settings_title">
44 <intent android:action="android.intent.action.MAIN"
45 android:targetPackage="@string/carrier_settings"
46 android:targetClass="@string/carrier_settings_menu" />
47 </PreferenceScreen>
48
Santos Cordon7d4ddf62013-07-10 11:58:08 -070049</PreferenceScreen>