Search code examples
androidcachingandroid-settings

Limit apps cache size in Android


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.


Solution

  • 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.