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

Commit d5b74ca2 authored by Agatha Man's avatar Agatha Man
Browse files

Increase keyguard password maxlength to 500

Bug: 166867759
Bug: 165784344
Test: manual
Change-Id: Ic39223652fc7afe627259c4317ae90e0bcbc65b9
parent 8c35d007
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
            android:textColor="?attr/wallpaperTextColor"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:imeOptions="flagForceAscii|actionDone"
            android:maxLength="@integer/password_text_view_scale"
            android:maxLength="@integer/password_max_length"
         />

        <TextView