I experience that adding notes to a new contact an Android seems not to work for me:
putExtra(intent, Contacts.Intents.Insert.NOTES, note);
Adding everything else (name, mail, phone) working fine but not notes. May be its not an up to date question since the 2.0 release but I would like to find the answer (for older api apps) if possible.
Have anyone encountered this problem too?