Page 1 of 1

Sending Intents

Posted: 13 Nov 2015 20:50
by AAlchemy
Sorry i'm coming from a tasker background,
I'm trying to send this simple intent to close Waze.
In tasker the only info it needed was:

Action: Eliran_Close_Intent
Cat: Default
Package: com.waze
Target Broadcast Receiver

i've tried start activity and start service, but I must be messing up the syntax

Re: Sending Intents

Posted: 14 Nov 2015 19:07
by Martin
Hi,

You can use action Send Broadcast to send the intent.

Regards,
Martin

Re: Sending Intents (for launching Waze)

Posted: 27 Dec 2015 05:52
by jmuhammad
In Tasker, the app Waze can be launched with the destination using intents and data (the address).

https://www.reddit.com/r/tasker/comment ... stination/

I cannot understand how to do this in Automagic.

Re: Sending Intents

Posted: 29 Dec 2015 20:22
by Martin
It sounds like you could use action Start Activity in Automagic (untested).
Set field Action to android.intent.action.VIEW (should be the default) and set field Data URI to waze://?ll=40.3560493,-105.4533494&navigate=yes