Merge "DO NOT MERGE: Adds --force-queryable option to adb install"
This commit is contained in:
@@ -2601,6 +2601,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