8000 GitHub - taamarin/cleaner: Cleaner Cache
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taamarin/cleaner

Repository files navigation

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.

About

Cleaner Cache

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0