Merge "Fix install flag overlap" into qt-dev

am: 8b486b7870

Change-Id: I21fb4641dd250680de5a97d7d9fc97e01d93565d
This commit is contained in:
Patrick Baumann
2019-05-28 17:58:40 -07:00
committed by android-build-merger

View File

@@ -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;