unable to save the zip file to external storage after picking a folder using ACTION_OPEN_DOCUMENT_TREE. I’m creating a project which creates and manipulate files and document, in that task I want to save that stuff in external storage but I can’t do that with android developer documentation, so please explain additionally. I want to save this file to what should
Tag: android-external-storage
READ_EXTERNAL_STORAGE permission for Android
I’m trying to access media files (music) on the users device to play them; an easy “hello world”-music player app. I’ve followed some tutorials and they basically give the same code. But it won’t work; it keeps crashing and telling me: Now, this is my manifest file: This is my Java-method: I have tried: To put this at different places