Merge "ServiceManagerNative: add getConnectionInfo"

This commit is contained in:
Devin Moore
2021-09-22 16:25:48 +00:00
committed by Gerrit Code Review

View File

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