Merge "Set class name when createConfirmDeviceCredentialIntent() API is used." into udc-dev
This commit is contained in:
@@ -142,6 +142,7 @@ public class BiometricFragment extends InstrumentedFragment {
|
|||||||
promptInfo.isDisallowBiometricsIfPolicyExists())
|
promptInfo.isDisallowBiometricsIfPolicyExists())
|
||||||
.setReceiveSystemEvents(true)
|
.setReceiveSystemEvents(true)
|
||||||
.setAllowBackgroundAuthentication(true)
|
.setAllowBackgroundAuthentication(true)
|
||||||
|
.setClassNameIfItIsConfirmDeviceCredentialActivity()
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user