On Nov 20, 2009, at 6:09 PM, Padma wrote:

> Rachel:
> 
> My understanding is that the contact Id in the Phone/Email table
> actually refers to the _ID in the ContactsContract.RawContacts table.
> You might want to first get the list of all Raw Contacts associated
> with the particular contact id and then query the Phone table based on
> the RawContact id you have obtained.
> 

I can certainly see that being the case; I'll need to write up a test app later 
to test that theory, I guess.  But if so, that's unfortunate and definitely 
worth documenting in the under-construction FAQ; that would break the model 
established elsewhere in the API of using CONTACT_ID to refer to the ID for the 
combined, virtual contacts and RAW_CONTACT_ID for the IDs of underlying, actual 
service-specific raw contacts.

-- 
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

Reply via email to