Merge "Fix install flag overlap" into qt-dev
am: 8b486b7870
Change-Id: I21fb4641dd250680de5a97d7d9fc97e01d93565d
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user