Update INSTALL_BYPASS_LOW_TARGET_SDK_BLOCK value
Updated the flag value to a new value to avoid conflicting with another flag value added around the same time. Test: atest PackageManagerTests Change-Id: Icab2241f51d4990851aeed376296282b608b945f
This commit is contained in:
@@ -1552,7 +1552,7 @@ public abstract class PackageManager {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int INSTALL_BYPASS_LOW_TARGET_SDK_BLOCK = 0x00800000;
|
||||
public static final int INSTALL_BYPASS_LOW_TARGET_SDK_BLOCK = 0x01000000;
|
||||
|
||||
/**
|
||||
* Flag parameter for {@link PackageInstaller.SessionParams} to indicate that the
|
||||
|
||||
Reference in New Issue
Block a user