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

Commit 719d3f06 authored by Sanjana Sunil's avatar Sanjana Sunil Committed by Android (Google) Code Review
Browse files

Merge "Fix documentation on unbinding for bindServiceAsUser()"

parents 6ba962a9 6a47a2ca
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3615,9 +3615,8 @@ public abstract class Context {
     *          {@link #BIND_ADJUST_WITH_ACTIVITY}.
     * @return {@code true} if the system is in the process of bringing up a
     *         service that your client has permission to bind to; {@code false}
     *         if the system couldn't find the service. If this value is {@code true}, you
     *         should later call {@link #unbindService} to release the
     *         connection.
     *         if the system couldn't find the service. You should call {@link #unbindService}
     *         to release the connection even if this method returned {@code false}.
     *
     * @throws SecurityException if the client does not have the required permission to bind.
     */