Read file in android - file permission denied

后端 未结 3 763

I want to read file from external storage. I uploaded the file in Eclipse DDMS to storage/sdcard (image below). But whenever I tried to read, I got an error of permission de

3条回答
  •  無奈伤痛
    2021-01-17 08:57

    Make sure you have added the permission to read external storage in your manifest file.

     
    

提交回复
热议问题