Merge "Device displays fingerprint enrollment after swiping back" into tm-qpr-dev

This commit is contained in:
Diya Bera
2022-11-17 00:59:16 +00:00
committed by Android (Google) Code Review

View File

@@ -103,10 +103,9 @@ public class MultiBiometricEnrollHelper {
0 /* requestCode */, faceIntent, 0 /* requestCode */, faceIntent,
PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT);
intent.putExtra(EXTRA_ENROLL_AFTER_FINGERPRINT, faceAfterFp); intent.putExtra(EXTRA_ENROLL_AFTER_FINGERPRINT, faceAfterFp);
BiometricUtils.launchEnrollForResult(mActivity, intent, REQUEST_FINGERPRINT_ENROLL,
hardwareAuthToken, mGkPwHandle, mUserId);
} }
BiometricUtils.launchEnrollForResult(mActivity, intent, REQUEST_FINGERPRINT_ENROLL,
hardwareAuthToken, mGkPwHandle, mUserId);
})); }));
} }
} }