Skip to content

EXTRA_PRESELECTED_CONTACTS NOT WORKING #40

@C-Spydo

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?

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