Android 联系人编程同步

发布于 2024-09-12 07:01:38 字数 346 浏览 10 评论 0原文

我为我的应用程序设置了一个客户管理器,它将联系人从我的云服务同步到设备。该帐户显示在“帐户和”下与其他此类帐户(Google、FB...)同步。登录后,它将网络联系人同步到您的设备。联系人已链接到该帐户。它们是使用 Android 开发人员网页中的示例通过批处理操作添加的。

我面临的问题是,同步后可以编辑联系人,但用户只能编辑姓名(我也在传输电子邮件和电话号码)。同步适配器已

android:supportsUploading="true"

启用该属性,但仅允许编辑名称。如果该属性设置为 false,则根本无法编辑联系人。

我真的很感激一些帮助,因为它已经困扰我好几天了。

I set up an account manager for my application which syncs contacts from my cloud service to the device. The account shows up under Accounts & Sync along with other such accounts (Google, FB, ...). After logged in it syncs web contacts to your device. The contacts are linked to that account. They are added using batch operations using the example from the android developer webpage.

The problem I'm facing is that once synced the contacts can be edited, but the user can edit only the name (I'm transferring email and phone numbers too). The syncadapter has the property

android:supportsUploading="true"

enabled, but it only allows editing of the name. If the property is set to false the contact cannot be edited at all.

I would really appreciate some help, since it's been bugging me for days now.

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

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

发布评论

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

评论(1

口干舌燥 2024-09-19 07:01:38

好的,

回答我自己的问题。你不能。仅当联系人不是 Google 或 Exchange 联系人时,您才能编辑姓名和照片。

Ok,

so to answer my own question. You can't. You can only edit name and photo if a contact is not a Google or Exchange contact.

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