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

Commit 2cd23b6a authored by Steven Moreland's avatar Steven Moreland
Browse files

ServiceManagerProxy: implement new method

This class is hanging around for UnsupportedAppUsage. Adding additional
method to fix compilation, but it should never be called.

Bug: 135686713
Test: compilation fixed
Change-Id: I58022af86a53239990e057936826d0f1214acc6f
parent 04d8813a
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.
     *