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

Commit 1574e4fd authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "ServiceManagerProxy: implement new method" am: 2a6f6ed9

am: 9ab8a071

Change-Id: I5af655cba2bb416ed517ba722f0f5ec46610c9bc
parents a1bb3b7d 9ab8a071
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -86,6 +86,10 @@ class ServiceManagerProxy implements IServiceManager {
        throw new RemoteException();
    }

    public boolean isDeclared(String name) throws RemoteException {
        throw new RemoteException();
    }

    /**
     * Same as mServiceManager but used by apps.
     *