Answers for "android shell screencap"

2

adb shell screenshot

adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
Posted by: Guest on May-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language