Loading core/java/android/content/Context.java +2 −3 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/content/Context.java +2 −3 Original line number Diff line number Diff line Loading @@ -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. Loading