diff options
| author | Kevin Hufnagle <khufnagle@google.com> | 2019-10-21 16:09:38 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-10-21 16:09:38 -0700 |
| commit | c129fea20719720cb0e8d90c33fde48201538680 (patch) | |
| tree | f2cdb4b3074390b6d1a55e238afddc8d29daf9a9 /core/java/android/content/Intent.java | |
| parent | 3948ff4fcb80d639125241506f280f933693534f (diff) | |
| parent | 76dd46c992baf6a7581c85476c730678084be153 (diff) | |
Merge "docs: App doesn't receive "first launch" broadcast" into qt-dev am: 0823f1b508 am: e7832d514b am: d6105c8316
am: 76dd46c992
Change-Id: Ie81d37ffde2e639929fa3a72dbbdc92b9d8e7b4d
Diffstat (limited to 'core/java/android/content/Intent.java')
| -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 2ecfc8e107b3..4e7e7132b7df 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2678,6 +2678,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. */ |
