Does upgrading Android application delete files from private data directory?
I have tested this by doing the following on a real device
- From eclipse running V1 of the app and creating a file called GodLovesKittens.txt
- From eclipse running V2 of the app and checking if GodLovesKittens.txt exists
I want to be 100% sure that files in the data directory do not get deleted on upgrade on all version of Android
Thanks
B
The following are the only instances I can think of where your app data is deleted: