Hi,
       I am currently working on SDK 1.5 , and in my app i want to read the
phone number and email address of the person from contacts. I got the
solution to read phone no using following :
      phoneid =
phoneBookCursor.getInt(phoneBookCursor.getColumnIndex(People.PRIMARY_PHONE_ID));
and

   phoneno =
phoneBookCursor.getString(phoneBookCursor.getColumnIndex(People.NUMBER));


      But i couldnt found any way to read email id from cursor since
People.email is not available.

Is there any alternate way to do this?

Thanks,
Ameya

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