blob: 1ba01c58f31f8fb9059d0c4e9b92391e0fe33149 [file] [log] [blame]
The Android Open Source Projectde2d9f52008-10-21 07:00:00 -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.settings">
19 <PreferenceCategory android:title="@string/apn_edit"/>
20 <EditTextPreference
21 android:title="@string/apn_name"
22 android:dialogTitle="@string/apn_name"
23 android:key="apn_name"
24 android:singleLine="true"
25 />
26 <EditTextPreference
27 android:title="@string/apn_apn"
28 android:dialogTitle="@string/apn_apn"
29 android:key="apn_apn"
30 android:singleLine="true"
31 />
32 <EditTextPreference
33 android:title="@string/apn_http_proxy"
34 android:dialogTitle="@string/apn_http_proxy"
35 android:key="apn_http_proxy"
36 android:singleLine="true"
37 />
38 <EditTextPreference
39 android:title="@string/apn_http_port"
40 android:dialogTitle="@string/apn_http_port"
41 android:key="apn_http_port"
42 android:singleLine="true"
43 />
44 <EditTextPreference
45 android:title="@string/apn_user"
46 android:dialogTitle="@string/apn_user"
47 android:key="apn_user"
48 android:singleLine="true"
49 />
50 <EditTextPreference
51 android:title="@string/apn_password"
52 android:dialogTitle="@string/apn_password"
53 android:key="apn_password"
54 android:singleLine="true"
55 android:password="true"
56 />
57 <EditTextPreference
58 android:title="@string/apn_server"
59 android:dialogTitle="@string/apn_server"
60 android:key="apn_server"
61 android:singleLine="true"
62 />
63 <EditTextPreference
64 android:title="@string/apn_mmsc"
65 android:dialogTitle="@string/apn_mmsc"
66 android:key="apn_mmsc"
67 android:singleLine="true"
68 />
69 <EditTextPreference
70 android:title="@string/apn_mms_proxy"
71 android:dialogTitle="@string/apn_mms_proxy"
72 android:key="apn_mms_proxy"
73 android:singleLine="true"
74 />
75 <EditTextPreference
76 android:title="@string/apn_mms_port"
77 android:dialogTitle="@string/apn_mms_port"
78 android:key="apn_mms_port"
79 android:singleLine="true"
80 />
81 <EditTextPreference
82 android:title="@string/apn_mcc"
83 android:dialogTitle="@string/apn_mcc"
84 android:key="apn_mcc"
85 android:singleLine="true"
86 />
87 <EditTextPreference
88 android:title="@string/apn_mnc"
89 android:dialogTitle="@string/apn_mnc"
90 android:key="apn_mnc"
91 android:singleLine="true"
92 />
93 <EditTextPreference
94 android:title="@string/apn_type"
95 android:dialogTitle="@string/apn_type"
96 android:key="apn_type"
97 android:singleLine="true"
98 />
99</PreferenceScreen>