Does Android delete cache files on external storage?

Android documentation indicates that files in the internal cache cache directory can be deleted if the device is low in the internal storage space.

Is there a case where files in the external storage cache directory are deleted? For example, from this directory:

/storage/emulated/0/Android/data/packageName/cache/... 
+4
source share

Source: https://habr.com/ru/post/1495000/


All Articles