On Tue, Aug 3, 2010 at 12:35 PM, Mystique <[email protected]> wrote: > I have an app that create a directory and contact files in this. I do > not want version update to delete this directory but I realize it has > been deleted during the update. How do I prevent this from happening?
Files located in getFilesDir() or on the SD card are not supposed to be disturbed in an ordinary application upgrade. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

