READ_EXTERNAL_STORAGE… permissions on Android 13

i have a problem I am trying to record a sound with (a sound recorder) and then encode that sound to String by the extension Filey, and that normally works After that I decode the result of the encoded file (String) to file and save it to the path /storage/emulated/0/Android/com.example.ouam/files/ MyDocuments/Recordings/record21.3gp but not working

and I got Error 908: the permission READ_EXTERNAL_STORAGE denied
and Error 2101:the file /storage/...


image
image
image

You can’t use the file component to read a sound file
You can only read text files…

Taifun

Please provide an updated screenshot of your relevant blocks and the complete error message
Also let us know, when exactly you get that error

Taifun

I have problem in opening app for the 2nd time after using the your read extension.
Please guide for this