I tried
<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPersonName" >
I realize it can accept any characters. So, what is special having android:inputType="textPersonName"
, compared to not having it?