How to launch video icon in camera

允我心安 提交于 2019-12-02 13:48:20

问题


I am trying to launch an app through adb in my android phone. I have tried adb getevent.

But it dumps so many events. How can I make out which one I need? Is there any other way I can launch the app? I am looking to launch the video portion of the camera. I was able to launch camera thru adb as:

am start -a android.intent.action.MAIN -n com.android.camera/.CameraEntry.

The camcorder icon is next to snap icon in camera. I was able to control snap icon through `input keyevent 23. But unable to figure out how to launch video which is next to snap icon.

来源:https://stackoverflow.com/questions/11458209/how-to-launch-video-icon-in-camera

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!