Skip to content

Instantly share code, notes, and snippets.

@Kpeved
Created November 2, 2019 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kpeved/bb5c47bb2fc0074008bd214394b57620 to your computer and use it in GitHub Desktop.
Save Kpeved/bb5c47bb2fc0074008bd214394b57620 to your computer and use it in GitHub Desktop.
private val CONTACTS_COLUMNS = listOf(
ContactsContract.Data.RAW_CONTACT_ID,
ContactsContract.Data.CONTACT_ID,
ContactsContract.CommonDataKinds.Phone.PHOTO_URI,
ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME,
ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME,
ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment