-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
How to Hide this nofiication By default #212
Comments
Can we hide this notification by any chance? It doesn't appear on IOS but for Android there is no option to hide it. |
Did you find anything related to it ? |
Any Updates here ? |
By as i know, the persistent notification is required as long as the job is running by Android itself, so i don't think we can hide it :( If anyone success hiding will be a hero. |
I have a hack to hide this notification. You can update notification just after starting background service like this- BackgroundService.updateNotification({taskTitle:'',taskDesc:''}) It will hide the notification and service will still be running in background. |
Sadly it is not possible to start the service without having the notification on Android. See #16 |
@Rapsssito Can you please help me out on this, How to hide this notification.
The text was updated successfully, but these errors were encountered: