Is there a way to find if there is active downloads programmatically working on API level 8?
I need to do an application for android that turns off wifi if there a no downloads active.
Is there a way to find if there is active downloads programmatically working on
Share
No, sorry. The closest thing that you can do is monitor
TrafficStatsand see if there is any Internet traffic at all. Whether those represent “downloads” is up to the app using the Internet.