The title says it all.
A nice and easy way to implement Android Job Scheduler, please see this link https://developer.android.com/about/versions/oreo/background.html#overview.
I have a strange feeling that you're going to say use a notifications to add a icon at the top of the screen to keep the service running
Please note that I personally do not actually need this feature as none of my apps are effected. But I've come across a post and while testing in Android V8.1.0 I realised that there might be an issue in the future that does not effect me right now, phew. Maybe it's something that you already know a logical workaround for (without adding a notification icon to the notification area).
Anyway, it's just a though...
A nice and easy way to implement Android Job Scheduler, please see this link https://developer.android.com/about/versions/oreo/background.html#overview.
I have a strange feeling that you're going to say use a notifications to add a icon at the top of the screen to keep the service running
Please note that I personally do not actually need this feature as none of my apps are effected. But I've come across a post and while testing in Android V8.1.0 I realised that there might be an issue in the future that does not effect me right now, phew. Maybe it's something that you already know a logical workaround for (without adding a notification icon to the notification area).
Anyway, it's just a though...