The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -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" |
The Android Open Source Project | 1feaa85 | 2009-02-10 15:44:05 -0800 | [diff] [blame^] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| 19 | android:title="@string/apn_edit"> |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 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" |
The Android Open Source Project | de2d9f5 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 55 | /> |
| 56 | <EditTextPreference |
| 57 | android:title="@string/apn_server" |
| 58 | android:dialogTitle="@string/apn_server" |
| 59 | android:key="apn_server" |
| 60 | android:singleLine="true" |
| 61 | /> |
| 62 | <EditTextPreference |
| 63 | android:title="@string/apn_mmsc" |
| 64 | android:dialogTitle="@string/apn_mmsc" |
| 65 | android:key="apn_mmsc" |
| 66 | android:singleLine="true" |
| 67 | /> |
| 68 | <EditTextPreference |
| 69 | android:title="@string/apn_mms_proxy" |
| 70 | android:dialogTitle="@string/apn_mms_proxy" |
| 71 | android:key="apn_mms_proxy" |
| 72 | android:singleLine="true" |
| 73 | /> |
| 74 | <EditTextPreference |
| 75 | android:title="@string/apn_mms_port" |
| 76 | android:dialogTitle="@string/apn_mms_port" |
| 77 | android:key="apn_mms_port" |
| 78 | android:singleLine="true" |
| 79 | /> |
| 80 | <EditTextPreference |
| 81 | android:title="@string/apn_mcc" |
| 82 | android:dialogTitle="@string/apn_mcc" |
| 83 | android:key="apn_mcc" |
| 84 | android:singleLine="true" |
| 85 | /> |
| 86 | <EditTextPreference |
| 87 | android:title="@string/apn_mnc" |
| 88 | android:dialogTitle="@string/apn_mnc" |
| 89 | android:key="apn_mnc" |
| 90 | android:singleLine="true" |
| 91 | /> |
| 92 | <EditTextPreference |
| 93 | android:title="@string/apn_type" |
| 94 | android:dialogTitle="@string/apn_type" |
| 95 | android:key="apn_type" |
| 96 | android:singleLine="true" |
| 97 | /> |
| 98 | </PreferenceScreen> |