Re: [android-developers] How to delete directory from SD card on uninstall?

2010-07-14 Thread Mark Murphy
On Wed, Jul 14, 2010 at 11:14 AM, Tina wrote: > Hi, all! > My application creates directory on SD card for syncronisation > purpose. > Tell me please, is there any way to delete this directory on > uninstall? In Android 2.2+, if you use getExternalFilesDir() or getExternalCacheDir(), those direct

[android-developers] How to delete directory from SD card on uninstall?

2010-07-14 Thread Tina
Hi, all! My application creates directory on SD card for syncronisation purpose. Tell me please, is there any way to delete this directory on uninstall? May be I could add some string to Manifest or catch "uninstall" event or something else? Any help will be very useful, Tina -- You received thi