<<Settings --> Apps --> Manage Apps --> "My App" --> Clear Cache>>
How do we clear this cache progrmatically? On Sun, Jul 26, 2009 at 3:44 AM, niko001 <[email protected]>wrote: > > Hi Mark, > > thanks for your answer. > > I mean the cache that the users can delete themselves by going to > Settings --> Apps --> Manage Apps --> "My App" --> Clear Cache > > Thanks for your suggestion, I'll try it! > > Niko > > > On Jul 25, 2:27 am, Mark Murphy <[email protected]> wrote: > > niko001 wrote: > > > is it possible to force thecacheof your app to clear when the user > > > exits the app? > > > > > My app piles upcachedata (rightfully so) on each start, which is no > > > longer needed once the user quits the app, so I am trying to find a > > > way to forcibly clear it. > > > > You could try deleting the files from getCacheDir(), available on > > Activity, Service, and other flavors of Context. > > > > On the other hand, you did not specify whichcacheyou were concerned > > about... > > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com| > http://twitter.com/commonsguy > > > > _The Busy Coder's Guide to *Advanced* Android Development_ > > Version 1.0 Available! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

