Permissions on an Android device

Hi all,
I’m trying to understand which permissions I need to read/write a .txt or .csv file. As well as, the permissions needed to load and play a music file. Either on internal and external storage. Any advice/thoughts will be appreciated.
Thanks,
Mark

Hi

READ_EXTERNAL_STORAGE
WRITE_EXTERNAL_STORAGE

To give permission to the APP

In the Processing’s IDE Android mode Menu/Android/Sketch permissions

On the APDE you can do that by choosing: Three dots / Sketch Properties / Sketch Permissions.

Hi

Look at this examples

1 Like

@markcosmic

Have a look at this thread too

The whole way external memory accessed started changing with Android 11 … You can’t just ask for permissions now … you have to use the Storage Access Framework.