我一直在尝试使用Google通讯录API添加谷歌联系人,该联系人有一些自定义字段,只能由我正在创建的谷歌应用程序修改,同时保持用户只读。 问题是在使用该方法并更新联系后
https://developers.google.com/gdata/javadoc/com/google/gdata/data/IEntry
void setCanEdit(boolean canEdit)
Sets whether the server allows this entry to be modified by the client.
仍然可以从收到电子邮件的用户编辑该字段。
我使用正确的方法吗?有没有人有类似的样品,因为我在互联网上找不到一个?
是否可以设置一些访问限制(例如将联系人设置为只读或仅可编辑)