Android DownloadManager Progress
i'm developing an app where users are able to download different content packages. For the download process i am using the DownloadManager class. Thats working fine so far. My Question is how can i get the current progress of a running Download which was started with the DownloadManager. I know that there is the buildin Download Notification and so on. But for me it is necessary that i get the progress of the running download so i can use it to show the progress in a custom progressbar in my app. So far i was not able to retrieve the progress. Is it even possible or am i just blind and can't