-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download Listener when app is killed #20
Comments
I noticed that when I show |
Maybe app is still alive because your toast, so download is in progress. |
How can I keep the app alive even after the app is killed without showing |
It's impossible, but foreground process will live longer,maybe you can start a foreground service. |
I want to perform some actions like updating the database and show a custom notification when downloaded is completed even app is killed.
I tried to do this with the Android DownloadManger class but the listener won't awake once app gets killed.
The text was updated successfully, but these errors were encountered: