[android-developers] Ho clean-up filesystem when remove an application

2012-06-18 Thread elio francesconi
Hi all, I'm wondering how cleaning up configuration and data stored into the filesystem, when a user removes an application. The scenario I'ld like to manage is: * user install the application * the application stores into filesystem (sdcard) data and config files * the user uninstall the

Re: [android-developers] Ho clean-up filesystem when remove an application

2012-06-18 Thread Mark Murphy
On Thu, Jun 14, 2012 at 4:18 PM, elio francesconi elio.francesc...@gmail.com wrote: I'm wondering how cleaning up configuration and data stored into the filesystem, when a user removes an application. Everything on internal storage, and everything in getExternalFilesDir() and