On Mon, Sep 27, 2010 at 4:57 PM, [email protected] <[email protected]> wrote: > I have an app which stores some files on the sdcard. After several > uninstall and install, sometimes, the files just got deleted. Is that > normal for android os to do that? What should I do to make sure that > those files won't be deleted automatically?
If you are using getExternalFilesDir() on an Activity or Service, that is a known bug with this new feature. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

