diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 77e8216e37e2a..fea557711be64 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -578,6 +578,13 @@ import java.util.TimeZone; *
  • {@link #ACTION_SHUTDOWN} * * + *

    Note: If your app targets Android 11 + * (API level 30) or higher, registering broadcast such as + * {@link #ACTION_PACKAGES_SUSPENDED} that includes package details in the + * extras receives a filtered list of apps or nothing. Learn more about how to + * manage package visibility. + *

    + * *

    Standard Categories

    * *

    These are the current standard categories that can be used to further