android 8.0上出现问题
zhangxyfs opened this issue · 1 comments
zhangxyfs commented
2018-04-02 16:34:10.304 1188-1271/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=com.peng.one.push.ACTION_RECEIVE_COMMAND_RESULT cat=[com.eblog] flg=0x2010 (has extras) } to com.eblog/.lib.utils.push.OnePushReceiver
希望能针对这个做个if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)的适配
使用手机是:华为mate9
华为系统版本是:MHA-AL00 8.0.0.354(C00) [EMUI 8.0.0]
MiraclesHed commented
发送广播的intent加这个Flag试试:intent.addFlags(0x01000000); @pengyuantao