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

Commit 931b1001 authored by Hao Dong's avatar Hao Dong
Browse files

Set class name when createConfirmDeviceCredentialIntent() API is used.

Flag: EXEMPT bugfix
Bug: 339532378
Test: manual test
Merged-In: I762f280def79d428ed9cf119ace5ccc2b6be2560
Change-Id: I762f280def79d428ed9cf119ace5ccc2b6be2560
parent 59cdc3e2
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();
    }