Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aad0b682 authored by Hao Dong's avatar Hao Dong Committed by Android (Google) Code Review
Browse files

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

parents ad1e470f c70e6bf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ public class BiometricFragment extends InstrumentedFragment {
                .setDisallowBiometricsIfPolicyExists(
                        promptInfo.isDisallowBiometricsIfPolicyExists())
                .setReceiveSystemEvents(true)
                .setClassNameIfItIsConfirmDeviceCredentialActivity()
                .build();
    }