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

Commit 370d0028 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge "add ServiceManager.getUpdatableNames()" am: a031dd98

parents 665d379b a031dd98
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 String[] getUpdatableNames(String apexName) throws RemoteException {
        return mServiceManager.getUpdatableNames(apexName);
    }

    public ConnectionInfo getConnectionInfo(String name) throws RemoteException {
        return mServiceManager.getConnectionInfo(name);
    }