Hi, Even I am facing the same problem, I could sucessfully add contacts to Android contact book if I add the as STARRED. If STARRED is set as 0 or if I omit that specifying STARREd then this contact does not show up in Contact application.
This contact is still being added in Contacts database (I could verify it as my own contact application is displaying it) but Android's Contact application is not able to display it. -kartic On Dec 12 2008, 12:15 am, bvdev <[email protected]> wrote: > I was running the code shown > athttp://code.google.com/android/devel/data/contentproviders.html > in the "AddingRecords" section. > > As shown in the code, the added contact is STARRED to add tofavorites. > values.put(Contacts.People.STARRED,1); > > For some reason, if I changed the value to 0 (don't add tofavorites), > it doesn't show up on theContactslist. > > Has anyone seen this before or know what is going on here? > > Using android-sdk-windows-1.0_r1 > > Thanks, > bvdev --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

