开发者

Importing and committing multiple PIM contacts collectively

Can you import and commit multiple PIM contacts collectively? Currently we are importing and committing each contact individually, which results in the user having to authorise each contact.

This is our co开发者_Python百科de:

PIMItem[] pi = instance.fromSerialFormat(inputStream, "UTF8");
Contact contact = contactList.importContact((Contact) pi[0]);
contact.commit();

Does anyone know how to do this?


You probably want to sign your application so the user gets the option to accept contact updates just once.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜