What should trigger this?

Post your questions and help other users.

Moderator: Martin

Post Reply
takehito
Posts: 5
Joined: 17 Sep 2014 11:53

What should trigger this?

Post by takehito » 06 Sep 2022 07:28

The attached content is displayed when connecting from a PC to an Android device using TeamViewer.
I would like to create a flow that automatically clicks "Start Now" when this is displayed.
But I don't know what should be the trigger, so please let me know.
Attachments
Screenshot_20220906-162120.png
Screenshot_20220906-162120.png (512.81 KiB) Viewed 6249 times

Wibbly
Posts: 418
Joined: 17 Mar 2014 09:02

Re: What should trigger this?

Post by Wibbly » 06 Sep 2022 07:50

See if one of the Notification triggers work?

Notification on Screen Displayed
Notification on Statusbar Displayed

takehito
Posts: 5
Joined: 17 Sep 2014 11:53

Re: What should trigger this?

Post by takehito » 06 Sep 2022 14:09

Hi Wibbly,

Thank you.

I tried both and they did not work.
It appears to be displayed from the app.
When I check in UI Event it shows that I clicked "Start Now" in systemui.
In Notification Status, I set TestViewer Host in systemui, but it does not respond.

mattd_nf
Posts: 16
Joined: 21 Dec 2016 15:51

Re: What should trigger this?

Post by mattd_nf » 09 Sep 2022 10:19

I've found that the control UI action does not work on newer versions of Android (12 and 13).

Does the pop-up appear as a notification? If it does then you might be able to use the "Notification on Statusbar Displayed" condition to find it and then "Perform Action on Notification on Statusbar" action to press the button (both have to be used together).

Post Reply