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 Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en