On Sun, Sep 19, 2010 at 10:09 AM, DanH <danhi...@ieee.org> wrote: > Can an application not place images or music in directories on the > device, and have those files persist beyond the persistence of the > app?
On external storage, yes. In the directory obtained via getFilesDir() (/data/data/your.package.here/files), no. The whole /data/data/your.package.here directory is deleted on uninstall. -- 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en