I have the following code:
String[] where; where.append(ContactsContract.Contacts.HAS_PHONE_NUMBER + \"=1\"); where.append(ContactsContract.Contacts.IN_VISIB
you can create a arraylist, and use Collection.addAll() to convert the string array to your arraylist
Collection.addAll()