Limit wifi password to ascii chars
Bug: 10441448 Change-Id: I7a77a8f594dbe0ef4df60db9b26167b8f17bf8b2
This commit is contained in:
@@ -82,7 +82,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:password="true"
|
||||
android:maxLength="63" />
|
||||
android:maxLength="63"
|
||||
android:imeOptions="flagForceAscii" />
|
||||
|
||||
<TextView android:id="@+id/hint"
|
||||
style="?android:attr/textAppearanceSmall"
|
||||
|
||||
Reference in New Issue
Block a user