DO NOT MERGE: Adds --force-queryable option to adb install am: f3a0386b74 am: 8dda1e759b
Change-Id: I2864dd36eef5180c153d1a94afbf1528c5739e70
This commit is contained in:
@@ -2608,6 +2608,8 @@ class PackageManagerShellCommand extends ShellCommand {
|
|||||||
case "--staged":
|
case "--staged":
|
||||||
sessionParams.setStaged();
|
sessionParams.setStaged();
|
||||||
break;
|
break;
|
||||||
|
case "--force-queryable":
|
||||||
|
break;
|
||||||
case "--enable-rollback":
|
case "--enable-rollback":
|
||||||
if (params.installerPackageName == null) {
|
if (params.installerPackageName == null) {
|
||||||
// com.android.shell has the TEST_MANAGE_ROLLBACKS
|
// com.android.shell has the TEST_MANAGE_ROLLBACKS
|
||||||
|
|||||||
Reference in New Issue
Block a user