You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think you can. Android 14 has changed the behaviour such that the previously permanent notifications can also be dismissed. On older versions I think the parameter ongoing=true should do the trick.
A hack for Android 14, I guess, would be to launch a background task periodically that checks for the notification and sends it again if it has been dismissed.
How can I make the notification undeletable?
The text was updated successfully, but these errors were encountered: