I want to enqueue several files to a downloadmanager's queue, and be notified when a new download starts so I can do something at that moment.
I see that it broadcasts an intent when a download has completed, but not when one has started. How can I run some code specifically at the moment of a new download starting?