Etar-Group / Etar-Calendar

Android open source calendar
https://f-droid.org/packages/ws.xsoh.etar/
GNU General Public License v3.0
2.07k stars 393 forks source link

Make notifications "permanent" with setOngoing(true) #1743

Open mgrewe opened 2 months ago

mgrewe commented 2 months ago

Hi all,

Similar to a previous #1325 , I wanted to propose a feature that makes notifications "permanent", i.e., they can not be accidentally dismissed (at least not in locked state). Accidental dismiss sometimes happen to me when the kids play with the phone or I wear it in my pocket.

Previously, I used an extra app called CalendarNotifications, but I think they changed the notification behavior as from Android 14 on, so this is not working any longer.

Would it thus be possible to add an option using setOngoing(boolean) to make notifications permanent?

Cheers Martin