Android: Permission Denial: starting Intent with revoked permission android.permission.CAMERA

后端 未结 10 1362
一个人的身影
一个人的身影 2020-11-29 07:47

I\'m trying to start a ACTION_IMAGE_CAPTURE activity in order to take a picture in my app and I\'m getting the error in the subject.

Stacktrace:

10条回答
  •  独厮守ぢ
    2020-11-29 08:50

    in your androidManifest, you have to add :

     
    

    here is an full Manifest example of android camera project

提交回复
热议问题