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

Commit 156230b3 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 1574e4fd

Change-Id: I3018e9922154e7a33dd3aa4814d5f80e4118a77a
parents 3ec6bb9f 1574e4fd
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.
     *