2020년 3월 17일 화요일

안드로이드 키 이벤트 발생 시키는 방법

up
adb shell input keyevent 19

down
adb shell input keyevent 20

left
adb shell input keyevent 21

right
adb shell input keyevent 22

참조
https://stackoverflow.com/questions/11768356/need-table-of-key-codes-for-android-and-presenter

댓글 없음:

댓글 쓰기

우분투 NFS 설정

* 서버 설정 apt-get install nfs-common nfs-kernel-server rpcbind /etc/exports /home/xyz 192.168.0.X(rw,sync,no_root_squash,no_subtree_check)...