Merge "Remove help text for 'locksettings sp' command"

This commit is contained in:
Eric Biggers
2022-07-28 17:04:44 +00:00
committed by Android (Google) Code Review

View File

@@ -176,12 +176,6 @@ class LockSettingsShellCommand extends ShellCommand {
pw.println(" set-password [--old <CREDENTIAL>] [--user USER_ID] <PASSWORD>");
pw.println(" Sets the lock screen as password, using the given PASSOWRD to unlock.");
pw.println("");
pw.println(" sp [--old <CREDENTIAL>] [--user USER_ID]");
pw.println(" Gets whether synthetic password is enabled.");
pw.println("");
pw.println(" sp [--old <CREDENTIAL>] [--user USER_ID] <1|0>");
pw.println(" Enables / disables synthetic password.");
pw.println("");
pw.println(" clear [--old <CREDENTIAL>] [--user USER_ID]");
pw.println(" Clears the lock credentials.");
pw.println("");