EACCESS Permission denied in Android

后端 未结 4 931
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 12:28

While writing file in External SD card I am getting an error EACCESS permission denied. I have set the permission

4条回答
  •  遥遥无期
    2020-12-06 12:39

    I solved this problem by removing the android:maxSdkVersion="18" in uses-permission in manifest file. I.e. use this:

    
    

    instead of:

    
    

提交回复
热议问题