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.
我想在本机联系人中搜索 UID。我有一个特定联系人的 UID,现在我想更新与我的数据库中的这个 UID 匹配的所有联系人。我的主要目标是阻止我插入的联系人重复。谁能帮我做到这一点?
嘿得到了我自己问题的答案。感谢您的所有努力。通过使用您的 UID 号。你可以调用这个方法
contact = (BlackBerryContact) contactsList.getByUID(uid, 1);
传递您的 uid 并执行与使用电话号码检索联系人相同的操作。