Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
broadcast reciever当我在Android中设置一个 。这是否在最低级别依赖Binder?或者你能Binder以任何方式绕过吗?
broadcast reciever
Binder
这是否在最低级别上依赖 Binder?
我不知道您认为“最低级别”是什么。sendBroadcast()当然,使用和 kin发送广播将使用Binder, 将请求传递给核心 OS 进程执行。
sendBroadcast()