Merge "docs: App doesn't receive "first launch" broadcast" into qt-dev am: 0823f1b508 am: e7832d514b am: d6105c8316

am: 76dd46c992

Change-Id: Ie81d37ffde2e639929fa3a72dbbdc92b9d8e7b4d
This commit is contained in:
Kevin Hufnagle
2019-10-21 16:09:38 -07:00
committed by android-build-merger

View File

@@ -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.
*/