Caused by: java.lang.IllegalStateException: Not allowed to start service Intent
Caused by: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=package/xxx.xxxService }: app is in background uid UidRecordAndroid 8.0(+)不允许在后台启动/创建Service,直接调用context.startServ...