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
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
2 matches
Mail list logo