My method in backing up data files from an apk is to locate all related folders of the app/game (in ./android/). If located, then I'll rename it by adding "1" at the end of folders name. So whenever I uninstall the app, the data files are not affected and I just need to remove "1" in the name of...