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":
|
||||
sessionParams.setStaged();
|
||||
break;
|
||||
case "--force-queryable":
|
||||
break;
|
||||
case "--enable-rollback":
|
||||
if (params.installerPackageName == null) {
|
||||
// com.android.shell has the TEST_MANAGE_ROLLBACKS
|
||||
|
||||
Reference in New Issue
Block a user