Re: [android-developers] Re: Deleting cached SD card files on uninstall

2011-02-17 Thread Mark Murphy
On Thu, Feb 17, 2011 at 12:05 PM, John Gaby wrote: > So there is no way to clean up my files on pre 2.2 systems? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tuto

[android-developers] Re: Deleting cached SD card files on uninstall

2011-02-17 Thread John Gaby
So there is no way to clean up my files on pre 2.2 systems? On Feb 17, 8:52 am, Mark Murphy wrote: > You can't. Deleting files on uninstall via getExternalFilesDir() was > added in API Level 8 (a.k.a., Android 2.2). > > > > On Thu, Feb 17, 2011 at 11:40 AM, John Gaby wrote: > > I am downloading

[android-developers] Re: Deleting cached SD card files on uninstall

2011-02-17 Thread John Gaby
As a clarification, I am placing the files in the SD card folder as obtained via a call to getExternalStorageDirectory(), e.g: /sdcard/Android/data/com.gabysoft.myapp On Feb 17, 8:40 am, John Gaby wrote: > I am downloading and caching some files to the SD card.  I am placing > the files at: > >