[android-developers] Re: Question about Contacts

2008-11-16 Thread [EMAIL PROTECTED]
It worked! Thanks a lot --~--~-~--~~~---~--~~ 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] Re: Question about Contacts

2008-11-14 Thread steve1
You need android.permission.READ_CONTACTS in AndroidManifest.xml. On Nov 14, 3:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi,all. > I try to access Contacts data by using Content Providers,but there > seems to be an error. > > source code: > > public class iContact extends Activity {