From 7ae4cbeedab78fc0d74dcdfe1b6104302db9459f Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 14 Aug 2019 19:22:59 +0000 Subject: [PATCH] Revert "docs: Added desc. of launcher app criteria in Q" This reverts commit 786f22e4169126c82358490ad6e9c70028fc102b. Reason for revert: Need further feedback from SMEs Bug: 130352392 Change-Id: I51b3bd19e27d28fe3aea300893da50bbf889ec73 --- core/java/android/content/pm/LauncherApps.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/java/android/content/pm/LauncherApps.java b/core/java/android/content/pm/LauncherApps.java index d58eb0df7d8d9..037a149bfe371 100644 --- a/core/java/android/content/pm/LauncherApps.java +++ b/core/java/android/content/pm/LauncherApps.java @@ -507,18 +507,6 @@ public class LauncherApps { * {@link Intent#CATEGORY_LAUNCHER}, for a specified user. Result may include * synthesized activities like app details Activity injected by system. * - *

As of Android Q, the - * launchable activities for a given app are included in the returned list unless the app - * satisfies at least one of the following conditions:

- * - * * @param packageName The specific package to query. If null, it checks all installed packages * in the profile. * @param user The UserHandle of the profile.