Merge "Set class name when createConfirmDeviceCredentialIntent() API is used." into udc-dev

This commit is contained in:
Hao Dong
2025-01-08 17:38:41 -08:00
committed by Android (Google) Code Review

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();
} }