summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorKevin Hufnagle <khufnagle@google.com>2019-08-14 17:44:53 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-14 17:44:53 -0700
commit976f29247add43f47c05989131c8f36e810a3887 (patch)
tree05c9576cbd661eb9af831a0ca6448fe1226ef16f /core/java/android
parenta7c3590f94c555b3fe2ca5d387a969fdbee3854f (diff)
parent4125bd9b2507b080e4acc6e0800802baa801ae9e (diff)
Merge "Revert "docs: Added desc. of launcher app criteria in Q"" into qt-dev am: 81d74c6c72
am: 4125bd9b25 Change-Id: I9f807901acf3e9427217c504847c12e1a510f53d
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.