Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32b7fc46 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "ServiceManagerNative: add getConnectionInfo" am: e731e209 am: 5ae740f8 am: 5e69d9b1

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

Change-Id: I50356d83f7e252296ee3e3f1eea5a3b833d2d04e
parents 65e4e7d7 5e69d9b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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();