Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The dalvik cache is stored in the userdata partition if memory serves me correctly.Im working on adding aroma installer to my rom and would like to add the option to wipe dalvik-cache from inside aroma. Just not sure which partition its on or if its a diff command altogether
**Edit sorry been staring at code all day, brain no worky this late lol
Im guessing that a simple
delete("/data/dalvik-cache ");
would suffice then
delete_recursive("/data/dalvik-cache");