diff --git a/core/java/android/content/pm/CrossProfileApps.java b/core/java/android/content/pm/CrossProfileApps.java
index 144a07eb4ea34..99e6d91a61ae0 100644
--- a/core/java/android/content/pm/CrossProfileApps.java
+++ b/core/java/android/content/pm/CrossProfileApps.java
@@ -279,12 +279,8 @@ public class CrossProfileApps {
*
* - {@code UserManager#getEnabledProfileIds(int)} ()} returns at least one other profile for
* the calling user.
- * - The calling app has requested
- * {@code android.Manifest.permission.INTERACT_ACROSS_PROFILES} in its manifest.
- * - The calling package has either been whitelisted by default by the OEM or has been
- * explicitly whitelisted by the admin via
- * {@link android.app.admin.DevicePolicyManager#setCrossProfilePackages(ComponentName, Set)}.
- *
+ * - The calling app has requested
+ * {@code android.Manifest.permission.INTERACT_ACROSS_PROFILES} in its manifest.
*
*
* Note that in order for the user to be able to grant the consent, the requesting package