Open
Description
Hi,
I used your guide to run a Background Service via JobScheduler and send that information with broadcast receiver to the main activity.
My app gathering barometer sensor data in the background.
The problem is that Android Destroy the JobService after a few minutes.
Is there any option to run JobService forever?
Thanks
Metadata
Metadata
Assignees
Labels
No labels
Activity
tvaknin commentedon Oct 20, 2019
Found solution - use foreground service:
https://stackoverflow.com/questions/47531742/startforeground-fail-after-upgrade-to-android-8-1/51281297#51281297