Hello World

Be Happy!

How to Capture Screenshot with ADB


adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
#android (8)
List