am e8531ff6: Merge "Changed the text input type of APN name to plain text"

* commit 'e8531ff6a03a0542b7b1531ddd469befed9bab85':
  Changed the text input type of APN name to plain text
This commit is contained in:
Jean-Baptiste Queru
2010-12-28 12:02:44 -08:00
committed by Android Git Automerger

View File

@@ -22,7 +22,7 @@
android:dialogTitle="@string/apn_name"
android:key="apn_name"
android:singleLine="true"
android:inputType="textEmailAddress"
android:inputType="text"
/>
<EditTextPreference
android:title="@string/apn_apn"