Skip to content

EXTRA_PRESELECTED_CONTACTS NOT WORKING #40

Description

@C-Spydo

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 ArrayListpreSelectedContacts;
preSelectedContacts=new ArrayList();
preSelectedContacts.add(cp.getString(cp.getColumnIndex(ContactsContract.CommonDataKinds.Phone.CONTACT_ID)));

What can I do?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions