Hi Guys,
I have an Android App that includes a pack of text files. After the app is installed and you play a couple of games, the information in those files will be modified.
If I’m not mistaken, if I published a new update for the app, those files will be automatically overwritten with the same files from the new package.
Is there any way to prevent this? I’d like to include the files to be available for anyone who installs the app for the first time, but I don’t want my users to loose any progress stored on those files with each update.
Thanks in advance.