Set class name when createConfirmDeviceCredentialIntent() API is used.
Flag: EXEMPT bugfix Bug: 339532378 Test: manual test Change-Id: I762f280def79d428ed9cf119ace5ccc2b6be2560 Merged-In: I762f280def79d428ed9cf119ace5ccc2b6be2560
This commit is contained in:
@@ -140,6 +140,7 @@ public class BiometricFragment extends InstrumentedFragment {
|
|||||||
.setDisallowBiometricsIfPolicyExists(
|
.setDisallowBiometricsIfPolicyExists(
|
||||||
promptInfo.isDisallowBiometricsIfPolicyExists())
|
promptInfo.isDisallowBiometricsIfPolicyExists())
|
||||||
.setReceiveSystemEvents(true)
|
.setReceiveSystemEvents(true)
|
||||||
|
.setClassNameIfItIsConfirmDeviceCredentialActivity()
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user