For my project I am using an xml file to fetch information. I know this can be stored inside assets folders or inside resources/raw folder. My issue is I have to modify the xml dom and write back to the file again as a persistent storage.
I have read that I cant write back to a file in assets folder. But no idea regarding the file in resource folder?
Where can I keep the file for this purpose? Is storing the file in sdcard the only possible option?
Thanks
Is storing the file in sdcard the only possible option?
Yes, and you can also store the file in internal memory.
You do not have the permission to modify the apk files.