Merge "Report userPresent when credential is verified" into rvc-dev am: 75f8c3fe23 am: 72771d81ba
Change-Id: I0327dd8a5f89487d76d14d2c4db6fcb43a3052bd
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user