Android Question permission WRITE_EXTERNAL_STORAGE

sigster

Active Member
Licensed User
Longtime User
Hi

when I add permission to android.permission.WRITE_EXTERNAL_STORAGE *
it add permissionto Music and Audio and Photos and video


How can I only add permission WRITE_EXTERNAL_STORAGE * and not to Music and Audio and Photos and video


Regards
Sigster
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
To over simplify things a little : storage is split into Internal Storage - accessible only to your app, and External Storage - everything else. When your user writes to external storage they make their own choice for the file destination, just like on a laptop.
 
Upvote 0
Top