Closed muralikrishnakandala closed 4 months ago
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.