Merge "ServiceManagerNative: update for updatableViaApex" am: 0da4dcceea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1682064

Change-Id: I82ff84c7742c68daeb5d4542859f01e2892c8288
This commit is contained in:
Steven Moreland
2021-04-21 20:43:06 +00:00
committed by Automerger Merge Worker

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();