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

Commit 8798ae73 authored by Ricky Wai's avatar Ricky Wai Committed by android-build-merger
Browse files

Merge "Update PackageManager.getInstalledPackages() docs" into pi-dev

am: ed2a3cad

Change-Id: Icb8d0962ddbe4ba4c25b835cc631cedd94c818eb
parents 42f4090f ed2a3cad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3355,7 +3355,7 @@ public abstract class PackageManager {
            @ComponentInfoFlags int flags) throws NameNotFoundException;

    /**
     * Return a List of all packages that are installed on the device.
     * Return a List of all packages that are installed for the current user.
     *
     * @param flags Additional option flags to modify the data returned.
     * @return A List of PackageInfo objects, one for each installed package,
@@ -3742,8 +3742,8 @@ public abstract class PackageManager {
            throws NameNotFoundException;

    /**
     * Return a List of all application packages that are installed on the
     * device. If flag GET_UNINSTALLED_PACKAGES has been set, a list of all
     * Return a List of all application packages that are installed for the
     * current user. If flag GET_UNINSTALLED_PACKAGES has been set, a list of all
     * applications including those deleted with {@code DONT_DELETE_DATA}
     * (partially installed apps with data directory) will be returned.
     *