• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can't remove contact from group in 1.6

een0616

Lurker
Hi everyone

I can remove a contact from a group in 1.5 with following code:

getContentResolver().delete{GroupMemberShip.CONTENT_URI,GroupMemberShip.PERSON_ID='userid',null}

but in 1.6,I got the error message :

UnSupportedOperationException:Cannot delete the URL:content://contacts/groupmembership

How can I remove the contact from group in 1.6?
 
Back
Top Bottom