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

Commit 5624dd7e 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: 153d00ae

am: e1205980

Change-Id: I9a443248677e4ba67a4c89f157d1e94d47ec8b21
parents afb39e27 e1205980
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;