Merge "Initial support for installing APEX via adb."
This commit is contained in:
@@ -855,6 +855,14 @@ public abstract class PackageManager {
|
||||
*/
|
||||
public static final int INSTALL_VIRTUAL_PRELOAD = 0x00010000;
|
||||
|
||||
/**
|
||||
* Flag parameter for {@link #installPackage} to indicate that this package
|
||||
* is an APEX package
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final int INSTALL_APEX = 0x00020000;
|
||||
|
||||
/** @hide */
|
||||
@IntDef(flag = true, prefix = { "DONT_KILL_APP" }, value = {
|
||||
DONT_KILL_APP
|
||||
|
||||
Reference in New Issue
Block a user