展讯A13 图案密码倒计时结束后还是之前字符串问题

index 9c712a8be60..18fa6bbfba6 100755
--- a/frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
+++ b/frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputViewController.java
@@ -323,6 +323,17 @@ public abstract class KeyguardAbsKeyInputViewController 0) {
+               Map arguments = new HashMap<>();
+                    arguments.put("count", KeyguardSecurityContainerController.mDeadLine);      
+            mMessageAreaController.setMessage(PluralsMessageFormatter.format(
+                        mView.getResources(),
+                        arguments,
+                        R.string.kg_too_man

你可能感兴趣的:(展讯,Android13)