Changed the text input type of APN name to plain text

Changed the input type of the APN name text field
from email adress to plain text to facilitate the
input method choosing input after locale and not
restricting the input to latin characters. There is
no reason to restrict the APN name to latin
characters only.

Change-Id: Ib85fa980407a67112fd91e744b0dc0632d5c907e
This commit is contained in:
David Pettersson
2010-09-29 09:47:00 +02:00
committed by Johan Redestig
parent 3f1ba01d55
commit 4c8c96a4f5

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"