Merge "Fix install flag overlap" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8b486b7870
@@ -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