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

Commit 9ab8a071 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "ServiceManagerProxy: implement new method"

am: 2a6f6ed9

Change-Id: Id8d345fbe03cefed512b7dbb567b384dd20468da
parents cb8118a0 2a6f6ed9
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.
     *