[android-developers] How to pick the mobile phone number of a contact using an Intent

2009-08-19 Thread cadlg
Hello friends. I'm using this code to pick a contact: Intent i = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); startActivityForResult(i, PICK_CONTACT_FROM_LIST); And this to read the phone numbers of the picked contact: protected void onActivityResult(int reque

[android-developers] How to pick the mobile phone number of a contact

2009-08-19 Thread cadlg
Hello friends. I'm using this code to pick a contact: Intent i = new Intent(Intent.ACTION_PICK, People.CONTENT_URI); startActivityForResult(i, PICK_CONTACT_FROM_LIST); And this to read the phone numbers of the picked contact: protected void onActivityResult(int reque