Re: [android-developers] Android 2.0 Bugs in ContactsContract.Intents.Insert

2009-12-08 Thread Jeff Sharkey
The Organization and Notes fields have been fixed in a future release, internal tracking #2256272. As for the Name field, our current splitting algorithm lives down in the provider, which is why it only assigns to the first-name field. Future API should probably be added to allow callers to specif

Re: [android-developers] Android 2.0 Bugs in ContactsContract.Intents.Insert

2009-11-25 Thread Mark Murphy
wusch wrote: > Hi all, so I am using the Android 2.0 intents to create contacts. > > Looks like several of the Constants when past as Extra's in the Intent > objects do not properly map to the fields in the Add UI in the > contacts app. > > Specifically the ones I am having issues with are: > >

[android-developers] Android 2.0 Bugs in ContactsContract.Intents.Insert

2009-11-25 Thread wusch
Hi all, so I am using the Android 2.0 intents to create contacts. Looks like several of the Constants when past as Extra's in the Intent objects do not properly map to the fields in the Add UI in the contacts app. Specifically the ones I am having issues with are: COMPANY JOB_TITLE do not seem