Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Comvoce3.setOnClickListener(new View.OnClickListener() {
  2. @Override
  3. public void onClick(View v) {
  4. Intent intentList = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
  5. startActivityForResult(intentList, RESULT_PICK);
  6. Comvoce3.setHint("");
  7. }
  8.  
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement