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

Commit 47322c31 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "IServiceManager: @nullable IBinder"

parents 6cea68f9 1d4b5b4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ interface IServiceManager {
     * Returns null if the service does not exist.
     */
    @UnsupportedAppUsage
    IBinder getService(@utf8InCpp String name);
    @nullable IBinder getService(@utf8InCpp String name);

    /**
     * Retrieve an existing service called @a name from the service
@@ -66,7 +66,7 @@ interface IServiceManager {
     * exist.
     */
    @UnsupportedAppUsage
    IBinder checkService(@utf8InCpp String name);
    @nullable IBinder checkService(@utf8InCpp String name);

    /**
     * Place a new @a service called @a name into the service