Merge "ServiceManagerNative: update for updatableViaApex"
This commit is contained in:
@@ -94,6 +94,10 @@ class ServiceManagerProxy implements IServiceManager {
|
|||||||
return mServiceManager.getDeclaredInstances(iface);
|
return mServiceManager.getDeclaredInstances(iface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String updatableViaApex(String name) throws RemoteException {
|
||||||
|
return mServiceManager.updatableViaApex(name);
|
||||||
|
}
|
||||||
|
|
||||||
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
|
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
|
||||||
throws RemoteException {
|
throws RemoteException {
|
||||||
throw new RemoteException();
|
throw new RemoteException();
|
||||||
|
|||||||
Reference in New Issue
Block a user