[android-developers] Re: Add a contact via ContentProvider programmatically

2013-08-20 Thread Nobu Games
I'm not completely sure but I think you need to create separate inserts for the name and the phone number. So make a separate insert for the phone number and don't forget to set the correct mime type for that. On Tuesday, August 20, 2013 9:01:48 AM UTC-5, Greenhand wrote: > > I have tried to ad

Re: [android-developers] Re: Add a contact via ContentProvider programmatically

2013-08-20 Thread Hand Green
You are right! Thank you a lot! 2013/8/20 Nobu Games > I'm not completely sure but I think you need to create separate inserts > for the name and the phone number. So make a separate insert for the phone > number and don't forget to set the correct mime type for that. > > > On Tuesday, August 2