Merge "Report userPresent when credential is verified" into rvc-dev

This commit is contained in:
Kevin Chyn
2020-04-15 23:40:33 +00:00
committed by Android (Google) Code Review

View File

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