How to autostart app after starting another app?

salash

New member
I want to start Waze manually and then Radarbot automatically after starting Waze. How to program this? Thx.
 

salash

New member
Have you tried the Application Launched/Closed trigger and the Launch Application action?
I used Application launched trigger (Waze) and Launch Radarbot action. This created a loop opening Radarbot any time I opened Waze screen. So I have changed it to trigger Radarbot and launch Waze. This way it works but now I have to close Radarbot first and then close Waze. The other way arroung it does now work, Waze stays on screen. Now I wish there was a way how to close both apps by clicking one button.
 

Dm114

Well-known member
I used Application launched trigger (Waze) and Launch Radarbot action. This created a loop opening Radarbot any time I opened Waze screen. So I have changed it to trigger Radarbot and launch Waze. This way it works but now I have to close Radarbot first and then close Waze. The other way arroung it does now work, Waze stays on screen. Now I wish there was a way how to close both apps by clicking one button.
When you launch an app, it comes in foreground (Radarbot in your example) and Waze becomes to run in background but, according to the MD triggers, Waze is considered to be closed. So, if you have a trigger firing to re-launch Waze when it is 'closed', the trigger launching Radarbot (on Waze opening) will fire again. And so on!
 
Top