Android-ContactPicker icon indicating copy to clipboard operation
Android-ContactPicker copied to clipboard

EXTRA_PRESELECTED_CONTACTS NOT WORKING

Open C-Spydo opened this issue 6 years ago • 0 comments

I can't get the contact picker to retain contacts I have selected before. I've collected all the selected contacts id into a serializable arraylist like this:

private ArrayList<String>preSelectedContacts; preSelectedContacts=new ArrayList<String>(); preSelectedContacts.add(cp.getString(cp.getColumnIndex(ContactsContract.CommonDataKinds.Phone.CONTACT_ID)));

What can I do?

C-Spydo avatar Jul 10 '18 08:07 C-Spydo