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

Commit 92f7b2be authored by Jordan Jozwiak's avatar Jordan Jozwiak Committed by Android (Google) Code Review
Browse files

Merge "Doc initialized broadcast not sent to sys user" into main

parents 63792cef 82add327
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3929,6 +3929,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";