9

i want to clear data cache programmatic of my application that is increasing, right now i am clearing from Settings->Applications->Manage Application->My Application->Clear Cache.

but i want to do it by programmatic, please help me.

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
aamitgupta
  • 121
  • 1
  • 1
  • 6

1 Answers1

5

Just a guess:

Delete these files by knowing their absolute path to cache directory - getCacheDir() - http://d.android.com/reference/android/content/Context.html#getCacheDir().

nestor10
  • 474
  • 4
  • 12