How to get the Group Id of symbian using J2ME

Posted by learn on Stack Overflow See other posts from Stack Overflow or by learn
Published on 2010-04-22T09:39:28Z Indexed on 2010/04/22 9:43 UTC
Read the original article Hit count: 173

Filed under:
|

I got the group names by using

ContactList clist=(ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_WRITE);

String[] s=clist.getCategories();

and now i want the groupid like i am getting the contact id using Contact.uid

© Stack Overflow or respective owner

Related posts about java

Related posts about j2me