Sample Header Ad - 728x90

How to clean app cache using script every time the phone boot?

1 vote
1 answer
1378 views
I know there's many app that clean cache every boot but I would like to use init.d/script to save storage. Dalvik-cache is /data/dalvik-cache/arm/ as I can just rm -rf * But, app cache is located at /data/data/app_name/cache and don't know how to automate it, because cache folder is a sub-directory I'm new to bash scripting and this would help me significantly in programming overall Phone is magisk'ed Android 10.
Asked by Jtnqr (161 rep)
Nov 1, 2020, 01:00 PM
Last activity: Nov 16, 2020, 06:29 AM