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

Commit a46c09bc authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Android (Google) Code Review
Browse files

Merge "Revert "docs: Revised descriptions of binding and connecting to services.""

parents 2943f54e 772014d2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3483,9 +3483,8 @@ public abstract class Context {
     * @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 or if your client doesn't
     *         have permission to bind to it. If this value is {@code true}, you
     *         should later call {@link #unbindService} to release the
     *         connection.
     *         have permission to bind to it. You should call {@link #unbindService}
     *         to release the connection even if this method returned {@code false}.
     *
     * @throws SecurityException If the caller does not have permission to access the service
     * or the service can not be found.