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

Commit 2a9b3aee authored by Mark De Ruyter's avatar Mark De Ruyter Committed by android-build-merger
Browse files

Merge "Removes the defunct -s flag."

am: a57d5599

Change-Id: Idb7042cc4d8c9f3900a57cc162d343510b69534a
parents 872009a3 a57d5599
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3174,7 +3174,7 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("       [--user USER_ID] INTENT");
        pw.println("    Prints all broadcast receivers that can handle the given INTENT.");
        pw.println("");
        pw.println("  install [-lrtsfdgw] [-i PACKAGE] [--user USER_ID|all|current]");
        pw.println("  install [-lrtfdgw] [-i PACKAGE] [--user USER_ID|all|current]");
        pw.println("       [-p INHERIT_PACKAGE] [--install-location 0/1/2]");
        pw.println("       [--install-reason 0/1/2/3/4] [--originating-uri URI]");
        pw.println("       [--referrer URI] [--abi ABI_NAME] [--force-sdk]");
@@ -3189,7 +3189,6 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("      -R: disallow replacement of existing application");
        pw.println("      -t: allow test packages");
        pw.println("      -i: specify package name of installer owning the app");
        pw.println("      -s: install application on sdcard");
        pw.println("      -f: install application on internal flash");
        pw.println("      -d: allow version code downgrade (debuggable packages only)");
        pw.println("      -p: partial application install (new split on top of existing pkg)");