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

Commit 62193a6f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2b91f1a4 5b42447d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ public class BiometricFragment extends InstrumentedFragment {
                .setDisallowBiometricsIfPolicyExists(
                        promptInfo.isDisallowBiometricsIfPolicyExists())
                .setReceiveSystemEvents(true)
                .setAllowBackgroundAuthentication(true)
                .build();
    }