Merge "Fixed fingerprint enroll test" into main

This commit is contained in:
Joshua Mccloskey
2024-02-22 16:40:01 +00:00
committed by Android (Google) Code Review

View File

@@ -300,7 +300,7 @@ public class FingerprintEnrollIntroductionTest {
final Intent enrollingIntent = mFingerprintEnrollIntroduction.getEnrollingIntent();
assertThat(enrollingIntent.getIntExtra(BiometricUtils.EXTRA_ENROLL_REASON, -1))
.isEqualTo(FingerprintEnrollOptions.ENROLL_REASON_SUW);
.isEqualTo(FingerprintEnrollOptions.ENROLL_REASON_SETTINGS);
}
private Intent newTokenOnlyIntent() {