恢复短信内容?
我已经使用他们的 URI content://sms/inbox
和此方法 Uri.getHost() 进行短信备份。
而且,我已使用 this 将其更改为文件格式。
现在,我需要将此内容正确恢复到他们的数据库中。我将使用什么类型的方法?有谁指导一下我。这对我来说非常有用。提前致谢。
I've take SMS Backup using their URI content://sms/inbox
with this method Uri.getHost().
And, i've changed this to File format using this .
Now, i need to restore this contents to their Database properly. What type of method will i use? Anyone guide me. This will very useful for me. Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此代码是否插入短信内容提供商:
检查是否插入使用:
Check this code for inserting into the SMS content Provider :
Check it whether inserted it or not bu using :