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

Commit a7416534 authored by Grace Cheng's avatar Grace Cheng Committed by Android (Google) Code Review
Browse files

Merge "Unflag AuthenticationPolicyManager in SystemServiceRegistry" into main

parents ebb4d530 5fc8dcb2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1063,11 +1063,6 @@ public final class SystemServiceRegistry {
                    @Override
                    public AuthenticationPolicyManager createService(ContextImpl ctx)
                            throws ServiceNotFoundException {
                        if (!android.security.Flags.secureLockdown()) {
                            throw new ServiceNotFoundException(
                                    Context.AUTHENTICATION_POLICY_SERVICE);
                        }

                        final IBinder binder = ServiceManager.getServiceOrThrow(
                                Context.AUTHENTICATION_POLICY_SERVICE);
                        final IAuthenticationPolicyService service =