From 4c8c96a4f5caff1178390a245a92142784ffb2ec Mon Sep 17 00:00:00 2001 From: David Pettersson Date: Wed, 29 Sep 2010 09:47:00 +0200 Subject: [PATCH] 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 --- res/xml/apn_editor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index 3835a2c0674..68a1b318ed1 100644 --- a/res/xml/apn_editor.xml +++ b/res/xml/apn_editor.xml @@ -22,7 +22,7 @@ android:dialogTitle="@string/apn_name" android:key="apn_name" android:singleLine="true" - android:inputType="textEmailAddress" + android:inputType="text" />