Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82add327 authored by Jordan Jozwiak's avatar Jordan Jozwiak
Browse files

Doc initialized broadcast not sent to sys user

Per Id82eae91af80a66454d4027050120ae841decfeb,
ACTION_USER_INITIALIZED won't be sent to the system user.

Bug: 301167019
Test: make
Change-Id: I98066054637a225c0f55f063823a224b5ca5eac5
parent d292eec2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3913,6 +3913,8 @@ public class Intent implements Parcelable, Cloneable {
     * {@link #ACTION_BOOT_COMPLETED} is sent.  This is sent as a foreground
     * broadcast, since it is part of a visible user interaction; be as quick
     * as possible when handling it.
     *
     * <p><b>Note:</b> This broadcast is not sent to the system user.
     */
    public static final String ACTION_USER_INITIALIZE =
            "android.intent.action.USER_INITIALIZE";