See http://code.google.com/android/reference/android/provider/Contacts.Groups.html. You should be able to insert into that table to create the actual group, and then you can add people to the group using http://code.google.com/android/reference/android/provider/Contacts.People.html#addToGroup(android.content.ContentResolver,%20long,%20long).
-Jeff On Sat, Aug 23, 2008 at 1:59 AM, Yalcin <[EMAIL PROTECTED]> wrote: > > Howto create a group (like clients, team, etc.) in contact database > from an application? > Which tables and columns to modify? I looked at the documentation but > I'm not clear about it. > Thanks, Yalcin > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

