[android-developers] Re: Retrieve phone number for given contact

2008-12-03 Thread glenys
Hi, I looked at the stack trace, and realised that I needed permissions to read the contacts. Added that and now it is working fine. Thanks a lot!! Glenys --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Retrieve phone number for given contact

2008-12-02 Thread Mark Murphy
glenys wrote: Hi, I am trying to retrieve the phone number for a given contact. However, the managedQuery function call always terminates my application. No matter what I change my query to, the managedQuery seems to crash all the time. What could be the problem? Could it be that the