diff options
| author | 2019-10-21 15:51:06 -0700 | |
|---|---|---|
| committer | 2019-10-21 15:51:06 -0700 | |
| commit | d6105c831639c785f122a8dcc125ba22c2ff8e65 (patch) | |
| tree | 9d857fed5a34d92ad6fcf6518e5d93b86cca2d6c | |
| parent | 7bdc0815acc280ee49fc99ad1a578b50f177ec8a (diff) | |
| parent | e7832d514bf7a3ee532781501836429a19c8c5dd (diff) | |
Merge "docs: App doesn't receive "first launch" broadcast" into qt-dev am: 0823f1b508
am: e7832d514b
Change-Id: Ib2590dc07f3aa284c993bd4c65772277ea457727
| -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 be75f6e7005d..d7898776965e 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. */ |