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)。
我的应用程序将作为服务(在后台)运行并计算发送的消息。
最后,当发送消息的数量大于某个值时,我会触发一个动作。
对此有任何想法吗?
谢谢
Yoc 可以通过使用 ContentObserver 来计算用户或设备上任何其他应用程序发送的 SMS 从 侦听SMS ContentProvider
有关如何注册SMS ContentProviderContentObserver的完整示例, 请在这篇文章中查看我的答案
ContentObserver
这将由 broadCastReceiver 检查这个 Android - SMS 广播接收器