Hi,
I'm trying to read all the contacts stored in the phone using this
code:

Cursor cursorNumber =
context.getContentResolver().query( Contacts.Phones.CONTENT_URI,
                                        new String[] { Contacts.Phones._ID, 
Contacts.Phones.NAME,
Contacts.Phones.NUMBER }, null, null, null );

but the result seems empty until the moment I sync the contacts with
Google. Is that possible? Is it a limitation of Google Contacts API?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to