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

Commit 05bf2962 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase keyguard password maxlength to 500" into rvc-qpr-dev am: 119e6623 am: 98c23f82

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12601929

Change-Id: Iebbfafeca9b04245ac99ef1ec70f811152b3a7f7
parents 4fbac1e7 98c23f82
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