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

Commit 6a3f0c45 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

am: 2a9b3aee

Change-Id: Ifec7d999fae7eddeb83cd0bf4c3d498632ab9559
parents ce302dbd 2a9b3aee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3181,7 +3181,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]");
@@ -3196,7 +3196,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)");