Read screen content

N6626

New member

I would like to check whether the floating box like the one in this video is presented. I have try the "read screen content" in "triggers" and in "actions" but no luck.
 

Endercraft

Moderator (& bug finder :D)
While MacroDroid can't detect toast messages alone another app can that can be integrated with MacroDroid.
Install and setup the Toast Source app. Make sure the show as notifications option is enabled.


In MacroDroid, use the notification received trigger to detect any popup messages.
With the clear notifications action, remove the notification.
You can then compare the notification text and your message in an if clause to see if they match.
 

N6626

New member
While MacroDroid can't detect toast messages alone another app can that can be integrated with MacroDroid.
Install and setup the Toast Source app. Make sure the show as notifications option is enabled.


In MacroDroid, use the notification received trigger to detect any popup messages.
With the clear notifications action, remove the notification.
You can then compare the notification text and your message in an if clause to see if they match.
Thanks for the reply. However, this app does not work for me
 
Last edited:
Top