On Wed, Oct 20, 2010 at 11:48 AM, Tommy <[email protected]> wrote: > What type of data is stored there? >
Whatever you put in there using getCacheDir(). Also, I think I've read that WebView throws stuff in there, so maybe if you're using one, that's the problem? > Is there a way in the mainifest I can say don't use cache or clear cache at > Xmb ? > Doesn't look like it. But if you determine what's putting stuff in the cache to begin with, you can probably stop it from doing that. Or add your own code to check the cache size and delete older entries or everything entirely. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

