1

Add ability to control listener hints

I have a feature request for Tasker (or AutoNotification, whichever is more suitable): Could you add ability to control NotifificationListenerService's listener hints? https://developer.android.com/reference/android/service/notification/NotificationListenerService#requestListenerHints(int)
 
This feature allows users to mute notifications sounds and/or calls without being in do not disturb mode all the time. Idea is to use this when the smartwatch is connected, so the user's phone is not needlessly ringing when the smartwatch is already buzzing the user's wrist.
 
I know the same thing can be done with do not disturb mode, but then it perpetually shows do not disturb icon in the statusbar plus do not disturb has other side effects than just muting notification sounds.