Change app permissions
Read moreWhat permission name do you have to put in the AndroidManifest in order to write to an external USB drive?
To read and write data to external storage, the app required WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE system permission . These permissions are added to the AndroidManifest. xml file.
Read moreHow do I give permission to AndroidManifest file?
Afterwards, select the Permissions tab along the bottom of the editor ( Manifest – Application – Permissions – Instrumentation – AndroidManifest. xml ), then click Add… a Uses Permission and select the desired permission from the dropdown on the right, or just copy-paste in the necessary one (such as the android.30 Oca 2010
Read more