Hello. Is there a way to rename the file path for audio recordings saved to a listview, instead of having the long file path? The audio is a combination of TTS and .mp3 background music.
Thank you.
...only on Android < 11. On Android 11+ you only need RECORD_AUDIO
permission. And on Android 11+ you can only save the .3gp file to one of the appropriate Shared folders (like /Download, /Music, /Documents) without WRITE
permission.
...which is requested automatically.