Possible Duplicate:
How to read contacts on Android 2.0
I just want a List<String>
of first name + last name from a devices contact list in Android. Should be something really simple, but I can't find any basic code.
Just looking for:
Steve Smith
Joe Shmo
Blah Davis
etc. all from the contacts on a users phone. I've already added:
<uses-permission android:name="android.permission.READ_CONTACTS" />