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

Commit 685f490e authored by Kenny Root's avatar Kenny Root
Browse files

Update GET_UNINSTALLED_PACKAGES flag documentation

Change-Id: I483b84f07836e6ad96c75e7dd3a86633cb29db22
parent b41d9f8a
Loading
Loading
Loading
Loading
+8 −4
Original line number Original line Diff line number Diff line
@@ -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;