Limit apps cache size in Android

15.4k Views Asked by At

Is there anyway to limit the cache size of a certain application in Android, not the entire OS cache? I don't want to manually delete cache directory every time.

1

There are 1 best solutions below

0
On BEST ANSWER

Please take a look at this answer: https://stackoverflow.com/a/2863141/2101822

He said :

There is no per-application limit for the cache directory.