Update GET_UNINSTALLED_PACKAGES flag documentation

Change-Id: I483b84f07836e6ad96c75e7dd3a86633cb29db22
This commit is contained in:
Kenny Root
2011-11-03 10:13:29 -07:00
parent b41d9f8a84
commit 685f490eff

View File

@@ -153,10 +153,14 @@ public abstract class PackageManager {
public static final int GET_PERMISSIONS = 0x00001000;
/**
* Flag parameter to retrieve all applications(even uninstalled ones) with data directories.
* This state could have resulted if applications have been deleted with flag
* DONT_DELETE_DATA
* with a possibility of being replaced or reinstalled in future
* Flag parameter to retrieve some information about all applications (even
* uninstalled ones) which have data directories. This state could have
* resulted if applications have been deleted with flag
* {@code DONT_DELETE_DATA} with a possibility of being replaced or
* reinstalled in future.
* <p>
* Note: this flag may cause less information about currently installed
* applications to be returned.
*/
public static final int GET_UNINSTALLED_PACKAGES = 0x00002000;