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

Search results

  1. E

    Apps Can't remove contact from group in 1.6

    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...