From d545a525791bf2c323d4452f22b84719f7674932 Mon Sep 17 00:00:00 2001 From: Rhed Jao Date: Fri, 3 Feb 2023 18:24:18 +0800 Subject: [PATCH] Mentions package visibility in the java doc of Intent class Bug: 207588063 Test: Build Change-Id: Ibde4eaf739db1db8417a273d73fa34fbe028024b --- core/java/android/content/Intent.java | 7 +++++++ 1 file changed, 7 insertions(+) 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; *
  • {@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