Loading services/core/java/com/android/server/pm/verify/domain/DomainVerificationShell.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -103,7 +103,6 @@ public class DomainVerificationShell { pw.println(" <DOMAINS>: space separated list of domains to change, or \"all\" to"); pw.println(" <DOMAINS>: space separated list of domains to change, or \"all\" to"); pw.println(" change every domain."); pw.println(" change every domain."); pw.println(" set-app-links-allowed --user <USER_ID> [--package <PACKAGE>] <ALLOWED>"); pw.println(" set-app-links-allowed --user <USER_ID> [--package <PACKAGE>] <ALLOWED>"); pw.println(" <ENABLED> <DOMAINS>..."); pw.println(" Toggle the auto verified link handling setting for a package."); pw.println(" Toggle the auto verified link handling setting for a package."); pw.println(" --user <USER_ID>: the user to change selections for"); pw.println(" --user <USER_ID>: the user to change selections for"); pw.println(" --package <PACKAGE>: the package to set, or \"all\" to set all packages"); pw.println(" --package <PACKAGE>: the package to set, or \"all\" to set all packages"); Loading Loading
services/core/java/com/android/server/pm/verify/domain/DomainVerificationShell.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -103,7 +103,6 @@ public class DomainVerificationShell { pw.println(" <DOMAINS>: space separated list of domains to change, or \"all\" to"); pw.println(" <DOMAINS>: space separated list of domains to change, or \"all\" to"); pw.println(" change every domain."); pw.println(" change every domain."); pw.println(" set-app-links-allowed --user <USER_ID> [--package <PACKAGE>] <ALLOWED>"); pw.println(" set-app-links-allowed --user <USER_ID> [--package <PACKAGE>] <ALLOWED>"); pw.println(" <ENABLED> <DOMAINS>..."); pw.println(" Toggle the auto verified link handling setting for a package."); pw.println(" Toggle the auto verified link handling setting for a package."); pw.println(" --user <USER_ID>: the user to change selections for"); pw.println(" --user <USER_ID>: the user to change selections for"); pw.println(" --package <PACKAGE>: the package to set, or \"all\" to set all packages"); pw.println(" --package <PACKAGE>: the package to set, or \"all\" to set all packages"); Loading