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

Commit e24ac4b2 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Update GET_UNINSTALLED_PACKAGES flag documentation" into ics-mr1

parents cbf1437c 685f490e
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;