httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

Filter based on notification category #81

Open Raelx opened 10 months ago

Raelx commented 10 months ago

I only want this to remind me for calendar events (I have a bad habit of missing meetings). Currently it will remind for anything in Outlook or Teams which makes it useless as any email message will set it off. Notifications have a category that shows up in the onAccessibilityEvent and I can see this in the log as "category=email" and "category=event". It would be great to have the ability to only alert on certain categories