Reputation: 396
Please let me know how to clean device cache programmaticlly?
Thanks
Upvotes: 0
Views: 577
Reputation: 1007543
If you put files in getCacheDir()
for your application, you can delete those whenever you want, using normal file I/O.
You have no rights to modify, let alone clear, any caches for any other applications or the operating system.
Upvotes: 1