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

Commit e4ffa3a5 authored by Mark Lu's avatar Mark Lu Committed by android-build-merger
Browse files

docs: remove implicit intent from bindService and startService am: 94ebbe0e...

docs: remove implicit intent from bindService and startService am: 94ebbe0e am: d7c29565 am: 8c232935
am: 40a3877a

Change-Id: I3ae34d2268d7d142ac10e17b43dc617c25601cbe
parents b9277312 40a3877a
Loading
Loading
Loading
Loading
+4 −7
Original line number Original line Diff line number Diff line
@@ -2499,9 +2499,8 @@ public abstract class Context {
     * for high frequency calls.
     * for high frequency calls.
     * </p>
     * </p>
     *
     *
     * @param service Identifies the service to be started.  The Intent must be either
     * @param service Identifies the service to be started.  The Intent must be
     *      fully explicit (supplying a component name) or specify a specific package
     *      fully explicit (supplying a component name).  Additional values
     *      name it is targetted to.  Additional values
     *      may be included in the Intent extras to supply arguments along with
     *      may be included in the Intent extras to supply arguments along with
     *      this specific start call.
     *      this specific start call.
     *
     *
@@ -2579,10 +2578,8 @@ public abstract class Context {
     * {@link #registerReceiver}, since the lifetime of this BroadcastReceiver
     * {@link #registerReceiver}, since the lifetime of this BroadcastReceiver
     * is tied to another object (the one that registered it).</p>
     * is tied to another object (the one that registered it).</p>
     *
     *
     * @param service Identifies the service to connect to.  The Intent may
     * @param service Identifies the service to connect to.  The Intent must
     *      specify either an explicit component name, or a logical
     *      specify an explicit component name.
     *      description (action, category, etc) to match an
     *      {@link IntentFilter} published by a service.
     * @param conn Receives information as the service is started and stopped.
     * @param conn Receives information as the service is started and stopped.
     *      This must be a valid ServiceConnection object; it must not be null.
     *      This must be a valid ServiceConnection object; it must not be null.
     * @param flags Operation options for the binding.  May be 0,
     * @param flags Operation options for the binding.  May be 0,