summaryrefslogtreecommitdiffstats
path: root/res/xml/apn_editor.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:05 -0800
commit1feaa85791b3b5cc66a16142afc2259a2356bc9e (patch)
tree358b291b67f16adb85d6b4a9ce8be57303626a1b /res/xml/apn_editor.xml
parent590c0a97ff3b7665306e14da9a999212da5f06b9 (diff)
downloadpackages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.zip
packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.gz
packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.bz2
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/xml/apn_editor.xml')
-rw-r--r--res/xml/apn_editor.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml
index 1ba01c5..34029d1 100644
--- a/res/xml/apn_editor.xml
+++ b/res/xml/apn_editor.xml
@@ -15,8 +15,8 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
- <PreferenceCategory android:title="@string/apn_edit"/>
+ xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
+ android:title="@string/apn_edit">
<EditTextPreference
android:title="@string/apn_name"
android:dialogTitle="@string/apn_name"
@@ -52,7 +52,6 @@
android:dialogTitle="@string/apn_password"
android:key="apn_password"
android:singleLine="true"
- android:password="true"
/>
<EditTextPreference
android:title="@string/apn_server"