Merge "Remove old app links commands from PackageManagerShellCommand" into sc-dev am: 51075f3b2b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14747318

Change-Id: I089ef6cc9416e314bddc0a0f7c5046df1cd1fbb9
This commit is contained in:
Winson Chiu
2021-06-07 18:39:55 +00:00
committed by Automerger Merge Worker

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("");