I want to create a download manager application by using filedownload library on github, but when I download a file and I suddenly close my application (swipe to close app), the download process also stops. When I go to application manager to see whether download service is running or not and it is still running on a separate process. So why does the download process stop?
Could you please show me the way to avoid it being killed even though it is in a separate process? Thanks.