Loading core/java/android/content/pm/PackageManager.java +8 −4 Original line number Original line Diff line number Diff line Loading @@ -153,10 +153,14 @@ public abstract class PackageManager { public static final int GET_PERMISSIONS = 0x00001000; public static final int GET_PERMISSIONS = 0x00001000; /** /** * Flag parameter to retrieve all applications(even uninstalled ones) with data directories. * Flag parameter to retrieve some information about all applications (even * This state could have resulted if applications have been deleted with flag * uninstalled ones) which have data directories. This state could have * DONT_DELETE_DATA * resulted if applications have been deleted with flag * with a possibility of being replaced or reinstalled in future * {@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; public static final int GET_UNINSTALLED_PACKAGES = 0x00002000; Loading Loading
core/java/android/content/pm/PackageManager.java +8 −4 Original line number Original line Diff line number Diff line Loading @@ -153,10 +153,14 @@ public abstract class PackageManager { public static final int GET_PERMISSIONS = 0x00001000; public static final int GET_PERMISSIONS = 0x00001000; /** /** * Flag parameter to retrieve all applications(even uninstalled ones) with data directories. * Flag parameter to retrieve some information about all applications (even * This state could have resulted if applications have been deleted with flag * uninstalled ones) which have data directories. This state could have * DONT_DELETE_DATA * resulted if applications have been deleted with flag * with a possibility of being replaced or reinstalled in future * {@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; public static final int GET_UNINSTALLED_PACKAGES = 0x00002000; Loading