Hi martin,
Very useful action to delete app cache but please add an option to select all application at one click......
And also if total cache exceeds specified amount of mb, then it should automatically delete cache....
App Cache
Moderator: Martin
Re: App Cache
Hi,
To my knowledge there's no good API to get notified about cache usage changes so best I could offer would be a condition to check the amount of used cache (total or per app/package). I add this to the list of features under consideration but I'm not sure how much time it would need to check all apps.
Clearing the cache of all apps could probably be done using Execute Root Command: pm trim-caches 99999M. The command might not be available on all Android versions. The documentation provided by the command is quite short:
Martin
To my knowledge there's no good API to get notified about cache usage changes so best I could offer would be a condition to check the amount of used cache (total or per app/package). I add this to the list of features under consideration but I'm not sure how much time it would need to check all apps.
Clearing the cache of all apps could probably be done using Execute Root Command: pm trim-caches 99999M. The command might not be available on all Android versions. The documentation provided by the command is quite short:
Regards,pm trim-caches: trim cache files to reach the given free space.
Martin
Re: App Cache
I just published a flow that cleans the cache of all installed apps.
Please have a look here:
viewtopic.php?f=3&t=6745
Please have a look here:
viewtopic.php?f=3&t=6745