>> Is it possible to have Tasker start the service via an action intent?
> Should we provide an intent? An activity? (I'm doing the C++ stuff,
>I'm not so familiar with the Android's lifecycle.)
If they specify an intent they listen for, you can send it with the
Action or Component Intent
actions. They can specify service, activity, receiver whatever they
like
(as long as you specify the same in the Tasker action).
Ideally though, they'd implement a plugin:
http://tasker.dinglisch.net/plugins.html
Which would give them compatibility with several apps similar to
Tasker
also and would give you control of more than just starting the
service.
Pent