tamir7 / Contacts

Android Contacts API
287 stars 74 forks source link

Is there a way to fetch CONTACT_STATUS_TIMESTAMP using this library? #35

Open bikranttripathi opened 7 years ago

bikranttripathi commented 7 years ago

I'm trying to fetch the last updated timestamp of contacts but can't seem to find a way to include a field that's not available in this library.

Is this feature not available yet?

tamir7 commented 7 years ago

Not without extending it.

ghost commented 7 years ago

There is no way to add where condition on CONTACT_STATUS_TIMESTAMP as well. Field enum is final so I can not extend it.