Merge "Doc update re use of MATCH_UNINSTALLED flag" into rvc-dev am: ce6252e5a4

Change-Id: I211dfe09b3cfa182d524fbdbebd93d4d37e3716f
This commit is contained in:
Patrick Baumann
2020-05-18 21:46:17 +00:00
committed by Automerger Merge Worker

View File

@@ -385,6 +385,9 @@ public abstract class PackageManager {
* <p> * <p>
* Note: this flag may cause less information about currently installed * Note: this flag may cause less information about currently installed
* applications to be returned. * applications to be returned.
* <p>
* Note: use of this flag requires the android.permission.QUERY_ALL_PACKAGES
* permission to see uninstalled packages.
*/ */
public static final int MATCH_UNINSTALLED_PACKAGES = 0x00002000; public static final int MATCH_UNINSTALLED_PACKAGES = 0x00002000;