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

Commit e731e209 authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "ServiceManagerNative: add getConnectionInfo"

parents 996aab2a e7864e38
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();