Multi Window action

Post your questions and help other users.

Moderator: Martin

Post Reply
Zenia
Posts: 8
Joined: 04 Feb 2016 15:44

Multi Window action

Post by Zenia » 08 May 2017 13:59

I have a Samsung Galaxy S8 plus and try to use multi window with my trigger like a action but I cant find one
Tasker have this action but I really want to use Automagic because for me its more reliable app
Thank you

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Multi Window action

Post by Martin » 08 May 2017 18:29

Hi,

Not sure if this does what you are looking for but action Control UI with function toggleSplitScreen() can turn on/off the split screen feature on Android 7+.

Regards,
Martin

Zenia
Posts: 8
Joined: 04 Feb 2016 15:44

Re: Multi Window action

Post by Zenia » 08 May 2017 21:07

Yes this is it
Thank you Martin
It work great :D :D

Best regards, Zenia

Zenia
Posts: 8
Joined: 04 Feb 2016 15:44

Re: Multi Window action

Post by Zenia » 08 May 2017 21:55

Martin wrote:Hi,

Not sure if this does what you are looking for but action Control UI with function toggleSplitScreen() can turn on/off the split screen feature on Android 7+.

Regards,
Martin
Also if you don't mind
How I can add time delay between actions ( launch 2 apps for example )
Thank you

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Multi Window action

Post by Martin » 09 May 2017 09:18

Hi,

Glad it's working.
You can add an action Sleep: 5s between two actions.

Regards,
Martin

Zenia
Posts: 8
Joined: 04 Feb 2016 15:44

Re: Multi Window action

Post by Zenia » 09 May 2017 23:43

Thank you Martin
It's exactly what I was looking for.
Attachments
flow_My car.xml
(3.94 KiB) Downloaded 870 times

Trent Bates
Posts: 8
Joined: 07 Oct 2017 19:41

Re: Multi Window action

Post by Trent Bates » 31 Jan 2019 13:49

I should have looked into this thread sooner!

That example helped! It has allowed me to dispose of another app!

I have a quick suggestion for the Control UI entry that makes my flows a little neater. Add the delay inside the ControlUI action:

Code: Select all

toggleSplitScreen();
sleep(1000)

Post Reply