Android: AlarmIntent gets killed when App is force closed on API 23 Lenovo Device - any workaround?

非 Y 不嫁゛ 提交于 2019-12-01 23:20:07

问题


i have a few AlarmIntents that are registered in the Manifest and therefore can run, even if the App itself not running.

Everything is working fine on my API 26 Emulator, no matter if i clear the TaskManager or not. On my 23 real device, the Broadcasts are not working, if the App was force closed via Task Manager.

Is there any workaround for this, or is that just something i have to accept?

来源:https://stackoverflow.com/questions/46011757/android-alarmintent-gets-killed-when-app-is-force-closed-on-api-23-lenovo-devic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!