essentially I want to create a permanent notification using flutter_local_notification
(I’m working on Android 14).
In the documentation, I’ve found the ongoing
param that prevents the notification to be cleared when the “clear all” button is clicked, but in effect, the user is still able to swipe the notification deleting the notification.
How can I also prevent the user swiping and deleting the notification?
I know it is possible, for example in Google Wallet, when you add a boarding pass for a flight, it shows a fully permanent notification with a quick link to the ticket.
I would like to get a fully permanent notification in my app as well.
André Marguerettaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.