Skip to content

Instantly share code, notes, and snippets.

@Kpeved
Created November 2, 2019 18:18
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/ca1bb2480838eb342981e6de37ac2c7a to your computer and use it in GitHub Desktop.
Save Kpeved/ca1bb2480838eb342981e6de37ac2c7a to your computer and use it in GitHub Desktop.
private fun getContactProjection() = arrayOf(
ContactsContract.Data.CONTACT_ID,
ContactsContract.Data.RAW_CONTACT_ID,
ContactsContract.CommonDataKinds.StructuredName.GIVEN_NAME,
ContactsContract.CommonDataKinds.StructuredName.FAMILY_NAME,
ContactsContract.CommonDataKinds.Phone.NUMBER,
ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME,
ContactsContract.CommonDataKinds.Phone.PHOTO_URI
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment