tags:

views:

34

answers:

2

guys, anybody has a code snippet where I can get all the numbers (telephone) of a contact? (in android 2.1).

A: 

using Telephony.Contact.CONTENT_URI, try it.

herry
A: 

Maybe have a look at the Content Providers at the android-developer-site.

stan