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

Commit 2adf72c4 authored by Olivier Nshimiye's avatar Olivier Nshimiye Committed by Android (Google) Code Review
Browse files

Merge "Update ACTION_PROFILE_AVAILABLE/UNAVAILABLE javadocs" into main

parents 3a6f8c87 3b091cd4
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4207,7 +4207,9 @@ public class Intent implements Parcelable, Cloneable {
     * new state of quiet mode. This is only sent to registered receivers, not manifest receivers.
     *
     * <p>This broadcast is similar to {@link #ACTION_MANAGED_PROFILE_AVAILABLE} but functions as a
     * generic broadcast for all profile users.
     * generic broadcast for all users of type {@link android.os.UserManager#isProfile()}}. In
     * case of a managed profile, both {@link #ACTION_MANAGED_PROFILE_AVAILABLE} and
     * {@link #ACTION_PROFILE_AVAILABLE} broadcasts are sent.
     */
    @FlaggedApi(FLAG_ALLOW_PRIVATE_PROFILE)
    public static final String ACTION_PROFILE_AVAILABLE =
@@ -4221,7 +4223,9 @@ public class Intent implements Parcelable, Cloneable {
     * new state of quiet mode. This is only sent to registered receivers, not manifest receivers.
     *
     * <p>This broadcast is similar to {@link #ACTION_MANAGED_PROFILE_UNAVAILABLE} but functions as
     * a generic broadcast for all profile users.
     * a generic broadcast for all users of type {@link android.os.UserManager#isProfile()}}. In
     * case of a managed profile, both {@link #ACTION_MANAGED_PROFILE_UNAVAILABLE} and
     * {@link #ACTION_PROFILE_UNAVAILABLE} broadcasts are sent.
     */
    @FlaggedApi(FLAG_ALLOW_PRIVATE_PROFILE)
    public static final String ACTION_PROFILE_UNAVAILABLE =