Where should user-editable configuration file go?
I want to store my app configuration in a JSON file, that user can edit. Where can I place it to avoid requesting full storage access permission? I’m targeting Android 11 and higher.
I want to store my app configuration in a JSON file, that user can edit. Where can I place it to avoid requesting full storage access permission? I’m targeting Android 11 and higher.