用adb 启动camera

时间:2014-11-14 19:22:49   收藏:0   阅读:1793

adb shell am start -a android.media.action.STILL_IMAGE_CAMERA  启动camera

adb shell input keyevent 27 //camera 键

adb shell input keyevent 4  //back 键 

 

com.android.camera2  是高通camera的packge 名

adb uninstall com.android.camera2

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!