Merge "work challenge: allow backgroud biometric auth" into udc-dev

This commit is contained in:
Treehugger Robot
2023-05-15 07:45:02 +00:00
committed by Android (Google) Code Review

View File

@@ -141,6 +141,7 @@ public class BiometricFragment extends InstrumentedFragment {
.setDisallowBiometricsIfPolicyExists( .setDisallowBiometricsIfPolicyExists(
promptInfo.isDisallowBiometricsIfPolicyExists()) promptInfo.isDisallowBiometricsIfPolicyExists())
.setReceiveSystemEvents(true) .setReceiveSystemEvents(true)
.setAllowBackgroundAuthentication(true)
.build(); .build();
} }