我怎样才能访问联系人数据库并在android中更改它?
我想在android上访问这个路径。
/data/data/com.android.providers.contacts/databases/contacts2.db
但我不能。我想因为它是私人的。但我想备份它并将恢复它。
我的手机已root,但我也无法做到这一点。
我应该怎么办?
谢谢和问候
I want to access to this path on android.
/data/data/com.android.providers.contacts/databases/contacts2.db
but i could not.i think because it s private.but i want to backup it and will restore it.
my phone in root.but i could not do that too.
what should i do?
thanks and regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为数据库不应该直接访问。您是否查看过内容提供商?
I don't think the database was meant to be accessed directly. Have you looked at the Content Providers?
终于我找到了办法。
首先你的手机应该root!
第二步是更改
contacts2.db
权限。为此,请使用以下代码:
然后您就可以访问它!
finally i found a way.
first your phone should be root!
and second step is to change
contacts2.db
permissions.for that use below codes :
and after that you can access to it!