From 49d171d595d46d1d3f62e1e5ade9602a7446f40b Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Tue, 15 Oct 2019 19:47:35 +0000 Subject: docs: App doesn't receive "first launch" broadcast Test: make ds-docs -j32 Bug: 116543817 Change-Id: I9aa1f1851ce236397ad2e1a36ea487b96daa55c5 --- core/java/android/content/Intent.java | 3 +++ 1 file changed, 3 insertions(+) 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. * + *

When the application is first launched, the application itself doesn't receive this + * broadcast.

+ * *

This is a protected intent that can only be sent * by the system. */ -- cgit v1.2.3-59-g8ed1b