Merge "ServiceManagerProxy: implement new method"

This commit is contained in:
Steven Moreland
2019-10-29 15:45:43 +00:00
committed by Gerrit Code Review

View File

@@ -86,6 +86,10 @@ class ServiceManagerProxy implements IServiceManager {
throw new RemoteException();
}
public boolean isDeclared(String name) throws RemoteException {
throw new RemoteException();
}
/**
* Same as mServiceManager but used by apps.
*