在对 Android 联系人使用 ContentObserver 时,是否有一种简单的方法可以知道哪个联系人发生了变化?

发布于 2024-11-06 07:45:32 字数 186 浏览 0 评论 0原文

我在我的应用程序中存储了一些联系人,并想知道用户是否通过联系人应用程序编辑了其中的任何一个。所以我为此注册了一个 contentObserver。 contentObserver 的“onChange()”方法除了“selfChange”布尔参数外不提供任何其他内容。那么,除了循环访问每个联系人并比较更改字段之外,还有什么方法可以找到哪个联系人发生了更改?

I store some contacts in my app and want to know if any one of them is edited by user through the contact app. So I register a contentObserver for this. The 'onChange()' method for the contentObserver doesn't provide anything other than 'selfChange' boolean parameter. So is there any way I can find which contact changed other that looping through every contact and comparing the fields for changes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我心暖 2024-11-13 07:45:32

这与我有同样的问题提出,到目前为止,除了循环之外似乎没有其他有意义的方法。

That is the same question that I have posed and so far, it does not appear there is a meaningful way other than looping through.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文