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

Commit a0b42f7f 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-v2-dev

parents b9379415 417970a8
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();
    }