Loading core/java/android/content/Intent.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading @@ -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 = Loading Loading
core/java/android/content/Intent.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading @@ -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 = Loading