Change "event" to "motionevent" in input command usage
Test: adb shell input motionevent Bug: 146916200 Change-Id: Iba0f23a5c9ac83e74f39c1142fcf7cb47ecae4a6
This commit is contained in:
@@ -430,6 +430,6 @@ public class Input extends BaseCommand {
|
||||
+ " (Default: touchscreen)");
|
||||
out.println(" press (Default: trackball)");
|
||||
out.println(" roll <dx> <dy> (Default: trackball)");
|
||||
out.println(" event <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
|
||||
out.println(" motionevent <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user