Loading core/java/android/os/ServiceManagerNative.java +5 −0 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading
core/java/android/os/ServiceManagerNative.java +5 −0 Original line number Diff line number Diff line Loading @@ -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. * Loading