Context.startForegroundService() did not then call Service.startForeground的解決方案

Your app will crash if you call Context.startForegroundService(…) and then call Context.stopService(…) before Service.startForeground(…) is called. Some suggestions: //千年難解的老bug,搜索了一下如下文章分析的不錯 stackov
相關文章
相關標籤/搜索