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:
committed by
Johan Redestig
parent
3f1ba01d55
commit
4c8c96a4f5
@@ -22,7 +22,7 @@
|
|||||||
android:dialogTitle="@string/apn_name"
|
android:dialogTitle="@string/apn_name"
|
||||||
android:key="apn_name"
|
android:key="apn_name"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:inputType="textEmailAddress"
|
android:inputType="text"
|
||||||
/>
|
/>
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:title="@string/apn_apn"
|
android:title="@string/apn_apn"
|
||||||
|
|||||||
Reference in New Issue
Block a user