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

This commit is contained in:
Jean-Baptiste Queru
2010-12-28 11:52:15 -08:00
committed by Android Code Review

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"