Merge "ServiceManagerProxy: implement new method"
am: 2a6f6ed94b
Change-Id: Id8d345fbe03cefed512b7dbb567b384dd20468da
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user