发布网友 发布时间:2023-03-07 01:40
共1个回答
热心网友 时间:2023-05-22 14:12
可以在Thread里面直接发送广播 依据Android开发文档中关于sendBroadcast方法的说明 http://developer.android.com/reference/android/content/Context.html#sendBroadcast(ndroid.content.Intent) 其中提到了是异步的 就是说明这个发送广播的方法最终是通过系统的线程来完成的 而且还可以参考这里所说的 http://stackoverflow.com/questions/11656763/is-it-ok-to-call-sendbroadcast-from-another-thread