Merge "Increase keyguard password maxlength to 500" into rvc-qpr-dev

This commit is contained in:
TreeHugger Robot
2020-09-17 02:34:09 +00:00
committed by Android (Google) Code Review

View File

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