None experienced the same problem? Emanuele
On 3 Mag, 11:23, EPecorari <[email protected]> wrote: > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- 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

