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 消息,但这可能有助于:
ContentObserver
Uri
content:\\sms
onChange()
Cursor