https://codechacha.com/ko/android-adb-shell-input/
adb shell input keyboard keyevent 3
$ adb shell input touchscreen tap 200 2200
$ adb shell input touchscreen swipe 200 2200 200 2500
$ adb shell input touchscreen motionevent DOWN 200 2200
$ adb shell input touchscreen motionevent MOVE 200 2500
$ adb shell input touchscreen motionevent UP 200 2500
'프로그래밍언어 > 안드로이드' 카테고리의 다른 글
tasker 강제종료 (0) | 2022.05.21 |
---|---|
파이썬 adb 무선 접속 (0) | 2022.05.21 |
문자열 숫자열 치환 (0) | 2014.11.27 |
SD카드 쓰기 권한 (0) | 2014.11.26 |
현재날짜구하기 (0) | 2014.11.26 |