Android 8通过startService引起crash问题
摘要:
Android 8.0 不再允许后台service直接通过startService方式去启动,否则就会引起IllegalStateException。解决方式: 然后必须在Myservice中调用startForeground(): 注意:在要开启的service中给notification添加 c 阅读全文
posted @ 2019-03-25 18:17 Johnny9 阅读(8539) 评论(0) 推荐(0) 编辑