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.
我正在编写一个应用程序来备份所有短信。一直在研究它,我刚刚意识到我用来检索短信的方法只能得到我得到的那些(收件箱)。
是否有可能以任何方式获得发件箱?
如果它不在 Android API 中,是否有可能以某种方式从默认的 SMS 应用程序中获取它?即使不是每个人都使用它,它现在也可以工作,这有点紧急。
获取您需要阅读的已发送消息sent-directory
sent-directory
使用这个 Uri 查询
Uri.parse("content://sms/sent");