diff options
| author | 2019-10-21 15:57:10 -0700 | |
|---|---|---|
| committer | 2019-10-21 15:57:10 -0700 | |
| commit | 76dd46c992baf6a7581c85476c730678084be153 (patch) | |
| tree | efd5242de8974c66a9fd4240cefbeb8689a172a8 | |
| parent | 44bd9f7a666b1f80e0c0b7485164bf5f0bbf2dfd (diff) | |
| parent | d6105c831639c785f122a8dcc125ba22c2ff8e65 (diff) | |
Merge "docs: App doesn't receive "first launch" broadcast" into qt-dev am: 0823f1b508 am: e7832d514b
am: d6105c8316
Change-Id: Ie4a9c26029d31be6b31a29856423f298274b3dff
| -rw-r--r-- | core/java/android/content/Intent.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 2a17800dd446..9e011ac33240 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2677,6 +2677,9 @@ public class Intent implements Parcelable, Cloneable { * that application is first launched (that is the first time it is moved * out of the stopped state). The data contains the name of the package. * + * <p>When the application is first launched, the application itself doesn't receive this + * broadcast.</p> + * * <p class="note">This is a protected intent that can only be sent * by the system. */ |