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
Multi Window action
Moderator: Martin
Re: Multi Window action
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
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
Re: Multi Window action
Yes this is it
Thank you Martin
It work great
Best regards, Zenia
Thank you Martin
It work great


Best regards, Zenia
Re: Multi Window action
Also if you don't mindMartin 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
How I can add time delay between actions ( launch 2 apps for example )
Thank you
Re: Multi Window action
Hi,
Glad it's working.
You can add an action Sleep: 5s between two actions.
Regards,
Martin
Glad it's working.
You can add an action Sleep: 5s between two actions.
Regards,
Martin
Re: Multi Window action
Thank you Martin
It's exactly what I was looking for.
It's exactly what I was looking for.
- Attachments
-
- flow_My car.xml
- (3.94 KiB) Downloaded 900 times
-
- Posts: 8
- Joined: 07 Oct 2017 19:41
Re: Multi Window action
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:
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)