Notification Interaction not pressing button in notification of other app [QKSMS]

e.t.l

Member
QKSMS is a messaging app, so its push notification have configurable buttons (kind of like MD does!). One of the buttons is "Mark read" which predictably marks the relevant SMS message as read in the app. I'm trying to make a macro that programatically presses QKSMS's "Mark read" notification button, but the Notification Interaction action just doesn't seem to work.

In configuring Notification Interaction, I have tried setting the Action to perform as "Click action number 1", "Click action number 2", and "...3", and "...4", and "...5", but each time I tested it there was no effect. I even tried setting Text Content to Matches with the argument string: "Mark read", and then set the Action to perform as "Click content", but it still didn't work. (I also tried pressing one of the other QKSMS notification button, just to make sure it wasn't a problem specifically with marking as read. Didn't help.)

I am running Macrodroid v5.34.10 on Android 13, unrooted. Macrodroid has been granted literally every permission, both the normal kind (including Display over other apps and Device & App notifications) and the ADB Hack permissions. MD Helper v1.8 is installed with all permissions, both normal and ADB. All of Macrodroid's accessibility services are enabled.

To my knowledge, QKSMS uses the standard Android notification API, so the configuration of its buttons should be pretty standard. I can't imagine why MD is failing to press its buttons. Can anyone lend some insight?
 
Last edited:
Top