diff options
author | Treehugger Robot <android-build-prod@system.gserviceaccount.com> | 2018-06-29 06:20:16 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-06-29 06:20:16 +0000 |
commit | c0072d843ca8e2326a18662b29d55574d3d2a591 (patch) | |
tree | abbd3b6a6afb70be33405fb91881ee6fb7ddf464 /packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java | |
parent | f4fa5643f3095ee5469bbd487f7e299054e66213 (diff) | |
parent | 7fd5bb616ee16175ceb1dbfeb84f1b6cf53e8a19 (diff) |
Merge "frameworks: base: Port password retention feature" into p-keystone-qcom
Diffstat (limited to 'packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java')
-rw-r--r-- | packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java index 48b413456755..c3119793eaf5 100644 --- a/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java +++ b/packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java @@ -187,6 +187,7 @@ public abstract class KeyguardAbsKeyInputView extends LinearLayout boolean isValidPassword) { boolean dismissKeyguard = KeyguardUpdateMonitor.getCurrentUser() == userId; if (matched) { + mLockPatternUtils.sanitizePassword(); mCallback.reportUnlockAttempt(userId, true, 0); if (dismissKeyguard) { mDismissing = true; |