Limit wifi password to ascii chars

Bug: 10441448
Change-Id: I7a77a8f594dbe0ef4df60db9b26167b8f17bf8b2
This commit is contained in:
Russell Brenner
2013-09-09 10:13:47 -07:00
parent 5999658ef8
commit e094f60f1c

View File

@@ -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"