What I want to do is creating a sync app and I'm doing it based on sync framework guideline now I am in a point that I don't want to do all the tedious job hence looking for a shortcut.
I want to add my sync account to existing contacts rather than mirroring contacts and aggregating them with the existing one. I just wanted to know is it possible to do such with the help of ContentProviderOperation?
if so is there any example of doing such? contacts in android is confusing too.