Sending Intents

Post your questions and help other users.

Moderator: Martin

Post Reply
AAlchemy
Posts: 1
Joined: 13 Nov 2015 20:45

Sending Intents

Post by AAlchemy » 13 Nov 2015 20:50

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

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

Re: Sending Intents

Post by Martin » 14 Nov 2015 19:07

Hi,

You can use action Send Broadcast to send the intent.

Regards,
Martin

jmuhammad
Posts: 8
Joined: 13 Dec 2015 21:15

Re: Sending Intents (for launching Waze)

Post by jmuhammad » 27 Dec 2015 05:52

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.

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

Re: Sending Intents

Post by Martin » 29 Dec 2015 20:22

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

Post Reply