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

Commit 684c2c01 authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

Merge "Fix install flag overlap" into qt-dev am: 8b486b78

am: 0c2d505d

Change-Id: Ib9e4bf99a1faa0ad8fb39b99f29bfa61dc07f9dd
parents 90c4d654 0c2d505d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ public abstract class PackageManager {
     *
     * @hide
     */
    public static final int INSTALL_ALL_WHITELIST_RESTRICTED_PERMISSIONS = 0x00000200;
    public static final int INSTALL_ALL_WHITELIST_RESTRICTED_PERMISSIONS = 0x00400000;

    /** {@hide} */
    public static final int INSTALL_FORCE_VOLUME_UUID = 0x00000200;