diff options
| author | 2019-10-21 15:44:08 -0700 | |
|---|---|---|
| committer | 2019-10-21 15:44:08 -0700 | |
| commit | e7832d514bf7a3ee532781501836429a19c8c5dd (patch) | |
| tree | a6c9dcaeca16fc318b0fd95ec41d14244138cc19 | |
| parent | a7cca253eace15b0aed0b2c91de5d735918cd20d (diff) | |
| parent | 0823f1b5088bc53259415a2bd6bb93549ee1c8fe (diff) | |
Merge "docs: App doesn't receive "first launch" broadcast" into qt-dev
am: 0823f1b508
Change-Id: I1e775265df7964f4eb5a41d5e228308aad29ee22
| -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. */ |