Dear team,
We are getting an error in running the Android app in the background: 'Service destroyed'. It comes when the app is minimized and use any other app after that.
Android discussion forums suggest that, from Android 8 onwards we need to use job scheduler for making sure that service doesn't get destroyed.
The service getting service is "UART Service".
Any Noridic specific workaround for apps using Nordic chips?
It would be nice if we can get some apps which derives background activity based on job scheduler rather than conventional class.
Thanks a lot.