patri9ck / a2ln-app

A way to display Android phone notifications on Linux (App)
GNU General Public License v3.0
83 stars 7 forks source link

Allow enabling/disabling individual notification channels per app #35

Closed DanielJutz closed 1 year ago

DanielJutz commented 1 year ago

Is your feature request related to a problem?

I would like to disable the persistent notification for K9 mail which is in a separate channel, but not other notifications from K9 mail.

Description

Provide a checkbox for each notification channel per app to enable disable sending those notifications.

patri9ck commented 1 year ago

After a quick research, I don't think this is possible. For this to work, the app would need to know the channel IDs K-9 mail uses before any notification is ever posted which does not work.