Remove old app links commands from PackageManagerShellCommand

These are no longer valid and can't be called on S devices.

Bug: 189118335

Test: none, just a help print change

Change-Id: Ibcdb9c8ba87d2eb40c3fe5ffde169e3f37c1fe11
This commit is contained in:
Winson
2021-05-27 10:26:03 -07:00
parent bd62d13f49
commit f19584477b

View File

@@ -3772,9 +3772,6 @@ class PackageManagerShellCommand extends ShellCommand {
pw.println(" get-oem-permissions TARGET-PACKAGE");
pw.println(" Prints all OEM permissions for a package.");
pw.println("");
pw.println(" set-app-link [--user USER_ID] PACKAGE {always|ask|never|undefined}");
pw.println(" get-app-link [--user USER_ID] PACKAGE");
pw.println("");
pw.println(" trim-caches DESIRED_FREE_SPACE [internal|UUID]");
pw.println(" Trim cache files to reach the given free space.");
pw.println("");