Removes the defunct -s flag.
Bug: 144577589 Test: `pm help 2>&1 | grep "install application on sdcard" shows no entries. Change-Id: I0f83173c1dcd56e94d8eaafbc082c346aa11af7f Merged-In: I0f83173c1dcd56e94d8eaafbc082c346aa11af7f
This commit is contained in:
committed by
Todd Kennedy
parent
0f2c3d963d
commit
fcb164daa5
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user