summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorKevin Hufnagle <khufnagle@google.com>2019-08-14 17:34:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-14 17:34:01 -0700
commitb9c61e70507ae3b2232534c8728cebeb8bb92161 (patch)
tree49b46e77615265529448e91c700fea49c81fe90a /core/java/android
parent5f384789893a55bf0df42f63cdafa80eb6ca645d (diff)
parent81d74c6c72ec5f9e48db4a62c106077fcb38097e (diff)
Merge "Revert "docs: Added desc. of launcher app criteria in Q"" into qt-dev
am: 81d74c6c72 Change-Id: I75b26b24a1380479c2debe92ac000c75580b00aa
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/pm/LauncherApps.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/content/pm/LauncherApps.java b/core/java/android/content/pm/LauncherApps.java
index d58eb0df7d8d..037a149bfe37 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.
*
- * <p>As of <a href="/reference/android/os/Build.VERSION_CODES.html#Q">Android Q</a>, the
- * launchable activities for a given app are included in the returned list unless the app
- * satisfies at least one of the following conditions:</p>
- * <ul>
- * <li>The app is a system app.</li>
- * <li>The app doesn't declare any <a href="/guide/topics/permissions/overview">permissions</a>.
- * </li>
- * <li>The <code>&lt;application&gt;</code> tag in the app's manifest file doesn't contain any
- * child elements that represent
- * <a href="/guide/components/fundamentals#DeclaringComponents">app components</a>.</li>
- * </ul>
- *
* @param packageName The specific package to query. If null, it checks all installed packages
* in the profile.
* @param user The UserHandle of the profile.