diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 2ecfc8e107b34..4e7e7132b7df0 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. * + *
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. */