alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Ability to select CursorIndices.CONTACT_LOOKUP_KEY_INDEX #22

Closed itsandreramon closed 2 years ago

itsandreramon commented 2 years ago

Since the contact IDs are not enough to uniquely identify a contact, you sometimes need to use the lookup key.

alexstyl commented 2 years ago

Thanks for the request @itsandreramon

The lookup key has been pushed to main (https://github.com/alexstyl/contactstore/commit/12f4128a7a111885e145ad338fa070eff476916f) and will be available in 0.7.0.

Closing as resolved