[android-developers] Re: How to remove contact from a group]]

2009-10-29 Thread Shrenik Vikam
please look at the this, here is the answer http://groups.google.com/group/android-developers/browse_frm/thread/282b854006f45da/471262461845f964?hl=en#471262461845f964 On Sep 15, 1:18 am, Pedro Fernandes wrote: > [ Attached Message ]From:Pedro Fernandes > To:android-develop...@googlegroups.c

[android-developers] Re: How to remove contact from a group

2009-10-27 Thread Tom
Hi, you can use GroupMembership attributes to remove a contact from a group. Here is an example : // Form an array specifying which columns to return. String[] projection = new String[] { GroupMembership.PERSON_ID,