Page 1 of 1

Send intent help

Posted: 13 Aug 2015 18:32
by wmason
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.

Re: Send intent help

Posted: 13 Aug 2015 22:15
by wmason
Solved it :)
It is Start Service I need then it all just works.