Merge "work challenge: allow backgroud biometric auth" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
62193a6f56
@@ -141,6 +141,7 @@ public class BiometricFragment extends InstrumentedFragment {
|
||||
.setDisallowBiometricsIfPolicyExists(
|
||||
promptInfo.isDisallowBiometricsIfPolicyExists())
|
||||
.setReceiveSystemEvents(true)
|
||||
.setAllowBackgroundAuthentication(true)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user