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

Commit 9c5af322 authored by Devin Moore's avatar Devin Moore Committed by Android (Google) Code Review
Browse files

Merge "Update IServiceManagerNative implementation for new method" into main

parents 31f25dbb 9df200b5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -133,6 +133,11 @@ class ServiceManagerProxy implements IServiceManager {
        return mServiceManager.getServiceDebugInfo();
    }

    public boolean checkServiceAccess(CallerContext callerCtx, String service,
                                      String access) throws RemoteException {
        return mServiceManager.checkServiceAccess(callerCtx, service, access);
    }

    /**
     * Same as mServiceManager but used by apps.
     *