android 4.4 video from camera gives security Exception

前端 未结 1 1994
谎友^
谎友^ 2020-12-21 06:41

I am using following code for video recording using camera

code on record button click:-

  intent = new Intent(android.provider.MediaStore.ACTION_VI         


        
1条回答
  •  没有蜡笔的小新
    2020-12-21 07:13

    You should add the permission android.permission.READ_EXTERNAL_STORAGE to your manifest file by adding the following line to it :

    
    

    0 讨论(0)
提交回复
热议问题