Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e094f60f authored by Russell Brenner's avatar Russell Brenner
Browse files

Limit wifi password to ascii chars

Bug: 10441448
Change-Id: I7a77a8f594dbe0ef4df60db9b26167b8f17bf8b2
parent 5999658e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"