Create Operator to start Service #294
Labels
bug
General label for all bugs (i.e. things not working as intended)
Difficulty 2
Good for Contributor: Difficulty Level 2
feature request
Proposal for new features
I am trying to trigger Handy-News-Reader to do a refresh in particular conditions.
(see also yanus171/Handy-News-Reader#358 )
Not sure if this is my stupidity or something else.. starting the service doesn't work.
The HNN Manifest has the line
<service android:name="ru.yanus171.feedexfork.service.FetcherService"/>
and this is what I am supposed to invoke. Tried various things,for example
{"name":"Do-Fetch1","version":15,"operation":[{"spec":"launch_app","data":"{\"package\":\"ru.yanus171.feedexfork\",\"class\":\"ru.yanus171.feedexfork.service.FetcherService\"}"}]}
and with this I get following in the logs:
Any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: