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.
例如,我可以监听来自应用层的一些广播(例如,消息传递)并在电话层将消息发送出设备之前使用该消息吗?
您可以在收到消息时接收意图并处理消息,但是您无法停止和发送短信。许多人希望能够检测到已发送的消息,而这本身就很困难。可以做到这一点的唯一方法是阅读 SMS ContentProvider,这不是很多人推荐的。
没有。传出消息没有广播意图,只有传入消息。