Android Raw Contact Row Shall Create Its Own Exclusive Aggregated Contact Row
I want to create raw contacts in android contacts framework which in turn shall create their own exclusive contact row, This contact row will never be shared by any other raw conta
Solution 1:
You'll need to setup a sync adapter
(1, 2) that will be run periodically and/or when contacts info change, and when it runs, it'll simply make sure there are no entries in AggregationExceptions
that links the apps' raw contacts to any other raw contact.
Post a Comment for "Android Raw Contact Row Shall Create Its Own Exclusive Aggregated Contact Row"