Android ContactId 可能会改变?
我编写了一个使用联系人的应用程序,并使用 contactId 作为键将一些数据存储在数据库中。远离计算机(英语很糟糕?)我注意到与联系人绑定的数据消失了。 Android(或任何应用程序)是否可能更改联系人的 contactId?谢谢
I wrote an application working with contacts and store some data in db using contactId as key. Being far from computer (terrible english?) I noticed that data tied on a contact is gone. Can it possible that contactId for contact is changed by Android (or any application?). Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CONTACT_ID
不持久,可能会发生变化。LOOKUP_KEY
应该可以帮助解决这个问题,但我还没有使用它。The
CONTACT_ID
is not durable and may change.LOOKUP_KEY
is supposed to help with this, but I have not played with it yet.