Set class name when createConfirmDeviceCredentialIntent() API is used.

Flag: EXEMPT bugfix
Bug: 339532378
Test: manual test
Merged-In: I762f280def79d428ed9cf119ace5ccc2b6be2560
Change-Id: I762f280def79d428ed9cf119ace5ccc2b6be2560
This commit is contained in:
Hao Dong
2024-10-11 03:56:57 +00:00
parent 444c871412
commit 63eda7f3a9

View File

@@ -142,6 +142,7 @@ public class BiometricFragment extends InstrumentedFragment {
promptInfo.isDisallowBiometricsIfPolicyExists()) promptInfo.isDisallowBiometricsIfPolicyExists())
.setReceiveSystemEvents(true) .setReceiveSystemEvents(true)
.setAllowBackgroundAuthentication(true) .setAllowBackgroundAuthentication(true)
.setClassNameIfItIsConfirmDeviceCredentialActivity()
.build(); .build();
} }