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

Commit 7cfe7cf1 authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "doc: Add note to Context.bindService()" into oc-dev

am: 2c63aa3b

Change-Id: I35b4a37abc8573340811a0ca5f9fd479ae5f20e3
parents 0e6b5841 2c63aa3b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2745,7 +2745,8 @@ public abstract class Context {
     *          {@link #BIND_WAIVE_PRIORITY}.
     * @return If you have successfully bound to the service, {@code true} is returned;
     *         {@code false} is returned if the connection is not made so you will not
     *         receive the service object.
     *         receive the service object. However, you should still call
     *         {@link #unbindService} to release the connection.
     *
     * @throws SecurityException If the caller does not have permission to access the service
     * or the service can not be found.