Merge "DO NOT MERGE: Adds --force-queryable option to adb install"

This commit is contained in:
Treehugger Robot
2020-02-06 17:13:45 +00:00
committed by Gerrit Code Review

View File

@@ -2601,6 +2601,8 @@ class PackageManagerShellCommand extends ShellCommand {
case "--staged":
sessionParams.setStaged();
break;
case "--force-queryable":
break;
case "--enable-rollback":
if (params.installerPackageName == null) {
// com.android.shell has the TEST_MANAGE_ROLLBACKS