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

Commit 021f3e3d authored by Steven Moreland's avatar Steven Moreland
Browse files

ServiceManagerNative: update for updatableViaApex

See if a VINTF instance is updatable via APEX.

Bug: 185832616
Test: N/A
Change-Id: I3413707eb18beae1ac417a92e9082655f6d07f11
parent 82628265
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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();