问题
In Android 10, some manufacturer comes with the new feature in a battery optimization setting (see the picture). My foreground service getting killed by OS after some time when the screen is off.
I have used the foreground service with notification. This code is working well when the screen is ON in all devices. I am facing this issue in OnePlus and realMe device, both having an android 10 OS.
I want to know, Is there any way to solve this problem? Is there any way to know in my device is having such kind of setting?
Thanks for help!
来源:https://stackoverflow.com/questions/62305294/foreground-service-is-killed-in-android-10