How to request Android download manager to download multiple files at the same time. Also I would like to know each and every file download status.
Request the first one.
Then, request the second one.
Then, request the third one.
Continue as needed.
Whether they download "at the same time" is not your concern, nor do you have control over it. They will download when DownloadManager
decides to download them, which may be simultaneously or not.