首页  编辑  

安卓下adb shell调用拍照的方法

Tags: /Android/   Date Created:
adb shell "am start -a android.media.action.IMAGE_CAPTURE" && \
  sleep 1 && \
  adb shell "input keyevent 27"