Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3a0386b authored by Patrick Baumann's avatar Patrick Baumann
Browse files

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

This change adds support for parsing the --force-queryable option from
adb install. When implemented will enable test infrastructure to bypass
most issues that would be encountered by app enumeration without
changes.

Bug: 142386643
Test: run `adb install --force-queryable ...`
Change-Id: I0b14de9c5fddc60f30868e60ea71151e8da9e413
parent 38812f34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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