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.
Send intent help
Moderator: Martin
Re: Send intent help
Solved it 
It is Start Service I need then it all just works.

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