#Persistent notification is not persistent.

1 messages · Page 1 of 1 (latest)

brittle cosmos
#

I'm trying to create a persistent notification on android 14. For some reason I can still dismiss the notification.
According to the docs I need to set a tag so I did but still doesn't work. Am I missing something?

sticky: true
persistent: true
tag: "wasmachine"
compact heart
#

It is a known limitation:

Starting in Android 14 persistent notifications will be dismissable except when the device is locked or the "Clear All" button was selected.

winter vine