Bluetooth Waze macro

Ktmtragic

New member
Hi Guys I am a newbie so please be nice ! I would kike to set up a simple macro that when the Bluetooth on my van connects the Waze app is booted up too . Then shut down when the Bluetooth is disconnected . Is this possible ?
Thanks in advance
 

Dm114

Well-known member
Hi Guys I am a newbie so please be nice ! I would kike to set up a simple macro that when the Bluetooth on my van connects the Waze app is booted up too . Then shut down when the Bluetooth is disconnected . Is this possible ?
Thanks in advance
Yes it should be quite simple. Your macro could look a bit like this:
T: Bluetooth connected to the van (name of the BT device)
T: Bluetooth disconnected from the van
A: If trigger 'BT connected...' fired then
A: Launch Waze
A: Else (or ElseIf BT disconnected)
A: (you'll have to use some UI interaction Clicks to close Waze app because Android doesn't allow to kill an active app anymore...)
A: Endif
 

Ktmtragic

New member
Yes it should be quite simple. Your macro could look a bit like this:
T: Bluetooth connected to the van (name of the BT device)
T: Bluetooth disconnected from the van
A: If trigger 'BT connected...' fired then
A: Launch Waze
A: Else (or ElseIf BT disconnected)
A: (you'll have to use some UI interaction Clicks to close Waze app because Android doesn't allow to kill an active app anymore...)
A: Endif
Thanks for your response it is much appreciated. When I click on waze in "launch application " I get "Requires Draw Overlays " I click ok and then a page "display over other apps " is turned on and then going back to Applications screen is my only option. I feel I am missing something here !
Thanks
 

MacroDroidDev

Administrator
Staff member
If you enable MacroDroid on the page below and then go back to the launch application action you should not see the prompt again.

1637331392356.png
 
Top