Skip to content
Snippets Groups Projects
Commit 2a6f6ed9 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "ServiceManagerProxy: implement new method"

parents d10a84cd 2cd23b6a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment