Merge "Report userPresent when credential is verified" into rvc-dev am: 75f8c3fe23

Change-Id: I80c4d76c68b23ebd373d6bb8d18e2531cf31aef6
This commit is contained in:
Kevin Chyn
2020-04-15 23:42:44 +00:00
committed by Automerger Merge Worker

View File

@@ -286,6 +286,7 @@ public abstract class AuthCredentialView extends LinearLayout {
if (matched) { if (matched) {
mClearErrorRunnable.run(); mClearErrorRunnable.run();
mLockPatternUtils.userPresent(mEffectiveUserId);
mCallback.onCredentialMatched(attestation); mCallback.onCredentialMatched(attestation);
} else { } else {
if (timeoutMs > 0) { if (timeoutMs > 0) {