/cleaner

Cleaner Cache

Primary LanguageShell

CLEANER CACHE

MAGISK API RELEASES

It will clean the cache in the following directories:

  "/data/data/*/cache/*"
  "/data/data/*/code_cache/*"
  "/data/user_de/*/*/cache/*"
  "/data/user_de/*/*/code_cache/*"
  "/sdcard/Android/data/*/cache/*"
  "/data/system/dropbox/*"

If the total reaches 1GB, the checking will be done every 6 hours.

open /data/adb/cleaner/cleaner.service,to make changes:

limit size (KB)

size_cache=1024000 # Set size limit for Cache (in KB)

Checking interval

schedule_cleaner="0 */6 * * *"
if you understand.