Send intent help

Post your questions and help other users.

Moderator: Martin

Post Reply
wmason
Posts: 2
Joined: 13 Aug 2015 18:17

Send intent help

Post by wmason » 13 Aug 2015 18:32

Hi,

Is someone able to help me to decipher how I setup the below in automagic?
I have tried send broadcast, and selected intent.send, and I can see below the package and classname. I have these entered.
But I think I have to create this Boolean for true.
I defined force=true in extras.. but I don't know where the force should go on the send broadcast screen. Or even if I am right to define this in extras?

I have send broadcast, action as android.intent,action.SEND, Explicit Component ticked, Packagename and Classname as in Llama example below. And now force=true in extras.

In Tasker, it is setup like this:
Add a "send intent"
Action = com.icalparse.autosync.ServiceAutoSync
Extra = com.icalparse.force:true
Target: Service

In Llama, it is setup like this:
configure Intentmode: start service,
Packagename:com.icalparse,
Classname:com.icalparse.autosync.ServiceAutoSync
and you will have to add a extra key called force (type bool) and set it to true.

wmason
Posts: 2
Joined: 13 Aug 2015 18:17

Re: Send intent help

Post by wmason » 13 Aug 2015 22:15

Solved it :)
It is Start Service I need then it all just works.

Post Reply