Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c59c54bb authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Automerger Merge Worker
Browse files

Merge "docs: Mention app query filters on Android 11" into rvc-dev am: ace19f55

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13113598

Change-Id: I851de99e1ef5686259b322e5b59d667b92997c17
parents 77c1ba5a ace19f55
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -92,6 +92,11 @@ import java.util.Set;
 * packages that are currently installed on the device.
 * packages that are currently installed on the device.
 *
 *
 * You can find this class through {@link Context#getPackageManager}.
 * You can find this class through {@link Context#getPackageManager}.
 *
 * <p class="note"><strong>Note: </strong>If your app targets Android 11 (API level 30) or
 * higher, the methods in this class each return a filtered list of apps. Learn more about how to
 * <a href="/training/basics/intents/package-visibility">manage package visibility</a>.
 * </p>
 */
 */
public abstract class PackageManager {
public abstract class PackageManager {
    private static final String TAG = "PackageManager";
    private static final String TAG = "PackageManager";