I use the internal storage (http://developer.android.com/guide/topics/data/data-storage.html#filesInternal) to store some necessary application files that the user creates.
I believe these files are stored forever? They are only deleted when the user uninstalls the application, right?
In the case of updating the application (for example, from version 1.0 to 1.1) through the Android Market, what happens to files that were saved in the previous version? Are they deleted or not?
Thanks in advance.
android storage internal
Mscott
source share