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

Commit 47d867c1 authored by Charles Munger's avatar Charles Munger Committed by Android (Google) Code Review
Browse files

Merge "Clarify that stopped apps will receive explicit broadcasts" into main

parents b5d72330 7b8e543a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -382,10 +382,10 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     * start it unless initiated by a user interaction (typically launching its icon
     * from the launcher, could also include user actions like adding it as an app widget,
     * selecting it as a live wallpaper, selecting it as a keyboard, etc). Stopped
     * applications will not receive broadcasts unless the sender specifies
     * applications will not receive implicit broadcasts unless the sender specifies
     * {@link android.content.Intent#FLAG_INCLUDE_STOPPED_PACKAGES}.
     *
     * <p>Applications should avoid launching activies, binding to or starting services, or
     * <p>Applications should avoid launching activities, binding to or starting services, or
     * otherwise causing a stopped application to run unless initiated by the user.
     *
     * <p>An app can also return to the stopped state by a "force stop".