honeycomb sync adapter features for editing contacts

偶尔善良 提交于 2019-11-29 12:48:25

As of writing this, they appear to be completely undocumented. Your best bet is to look through the ICS source code.

Here is the relevant source file in 4.0.3 which seems to convert a android.provider.CONTACTS_STRUCTURE metadata declaration into a usable object.

http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/4.0.3_r1/com/android/contacts/model/ExternalAccountType.java

Note there is support for an <EditSchema> tag in your metadata, which (I imagine) is the key to seamless 3rd party integration.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!