Thanks for quick reply (and of course many thanks for automate in the first place! )
The exception is from the flow log, not the other app. I think that app though has upgraded to 8.1 (api 27) as targeted API(min api is 27), around the time the problem started (2018-04-08). Beforehand it did work with that app and on 8.1 device. (Issue started also soon after April security update for 8.1 but that probably is a coincidence) Btw same flow still works with same app on a 7.1 tablet!
And, no, I don't have the hide running option enabled.
-michael-
Btw I've tried also with beta version but didn't make a difference.
am start-foreground-service -a com.orgzly.intent.action.SYNC_START com.orgzly/com.orgzly.android.sync.SyncService
--
You received this message because you are subscribed to a topic in the Google Groups "Automate" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/automate-user/MVFbNxvSXUY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to automate-user+unsubscribe@googlegroups.com.
To post to this group, send email to automa...@googlegroups.com.
Visit this group at https://groups.google.com/group/automate-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/automate-user/f0539916-5945-4f92-8257-eff3ecdd701e%40googlegroups.com.
Hi Henrik,Indeed, via shell command block it works; at least after i realized that i have to add also the option --user 0 (it did work without --user option from adb shell but in the shell bock i got an error 255 and permission denied without that option). Thanks a lot for your help!!-michael-
USER_OWNER
and -2=USER_CURRENT.