Merge "ServiceManagerNative: update for updatableViaApex"

This commit is contained in:
Steven Moreland
2021-04-21 20:17:44 +00:00
committed by Gerrit Code Review

View File

@@ -94,6 +94,10 @@ class ServiceManagerProxy implements IServiceManager {
return mServiceManager.getDeclaredInstances(iface);
}
public String updatableViaApex(String name) throws RemoteException {
return mServiceManager.updatableViaApex(name);
}
public void registerClientCallback(String name, IBinder service, IClientCallback cb)
throws RemoteException {
throw new RemoteException();