温暖指甲油

文章
6
资源
0
加入时间
3年0月8天

android8.0以后在Activity中调用startService启动服务报错

Activity.onReume 中 startService 报错 java.lang.IllegalStateException: Not allowed to start service Intent解决办法1(真正是前台服务,会有前台通知显示)该方法调用 startForegroundService 后必须在5s内调用 startForeground启动前台通知,否则会报 ANR/无响应。 public ComponentName startServiceOreo(Intent i