Trigger audio notification appearing certain text on both apps in split screen

h4x0r

New member
Hello to community.
I created dual apps for a KYC based app.the running device is Redmi Note 4 with Android 7 MIUI.dual apps are running in split screen(both apps together).both apps keep refreshing automatically on same page waiting for KYC data.I wanted to create a trigger so if certain text appear in both apps in split screen,it should send sound notification(currently there is no notification provided in-app).I chosen the app and created the trigger(it was showing only primary app in macrodroid and not other one).the trigger is working fine for the primary app but it is not giving any notification for second app running in split screen.
Is there any solution for it?


thank you very much.
 

Endercraft

Moderator (& bug finder :D)
Hello to community.
I created dual apps for a KYC based app.the running device is Redmi Note 4 with Android 7 MIUI.dual apps are running in split screen(both apps together).both apps keep refreshing automatically on same page waiting for KYC data.I wanted to create a trigger so if certain text appear in both apps in split screen,it should send sound notification(currently there is no notification provided in-app).I chosen the app and created the trigger(it was showing only primary app in macrodroid and not other one).the trigger is working fine for the primary app but it is not giving any notification for second app running in split screen.
Is there any solution for it?


thank you very much.
It's known that MacroDroid can't really interact and read with both apps at once but only the latest one you interacted with (which is also the foreground app). You can try the check text in screenshot action, that could work.
 

Dm114

Well-known member
Hello to community.
I created dual apps for a KYC based app.the running device is Redmi Note 4 with Android 7 MIUI.dual apps are running in split screen(both apps together).both apps keep refreshing automatically on same page waiting for KYC data.I wanted to create a trigger so if certain text appear in both apps in split screen,it should send sound notification(currently there is no notification provided in-app).I chosen the app and created the trigger(it was showing only primary app in macrodroid and not other one).the trigger is working fine for the primary app but it is not giving any notification for second app running in split screen.
Is there any solution for it?


thank you very much.
The only thing you could do is, when getting the text you're looking for on the primary app (the one in foreground), make the second app become the primary one by clicking somewhere on its part of screen with UI Interaction action.
 
Top