I have a rooted phone with an app that periodically downloads via http a file from the internet. The app doesn't have an option for saving these files to the local storage (it only uses them from RAM I suppose).
I'd like to have some setup in which all downloaded files by this specific app get "intercepted" and saved into some directory on the SD card.
How can I achieve this?