diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 30984b2a8ddad..784ff503efefc 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -576,6 +576,13 @@ import java.util.TimeZone; *
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. + *
+ * *These are the current standard categories that can be used to further