How can I run Android camera application from adb shell?

前端 未结 5 1769
孤城傲影
孤城傲影 2020-12-23 22:41

How can I run android camera program from adb shell?
I know that I should use am but I do not know what command should I exactly enter

I used this:

<         


        
5条回答
  •  一向
    一向 (楼主)
    2020-12-23 23:22

    it works for me here

    adb shell am start -n com.mediatek.camera/com.android.camera.CameraActivity
    

提交回复
热议问题