Merge "Initial support for installing APEX via adb."

This commit is contained in:
Dario Freni
2018-11-06 10:18:38 +00:00
committed by Android (Google) Code Review
5 changed files with 105 additions and 10 deletions

View File

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