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

Commit 62ca35b0 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Make registerAuthenticator synchronized"

parents 09b2ae99 9c8cbd7f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -608,8 +608,9 @@ public class BiometricService extends SystemService {
        }

        @Override
        public void registerAuthenticator(int id, int modality, @Authenticators.Types int strength,
                IBiometricAuthenticator authenticator) {
        public synchronized void registerAuthenticator(int id, int modality,
                @Authenticators.Types int strength,
                @NonNull IBiometricAuthenticator authenticator) {
            checkInternalPermission();

            Slog.d(TAG, "Registering ID: " + id