user1145055
user1145055

Reputation: 81

How to get contact creation time

I want to get the contact creation time, not CONTACT_STATUS_TIMESTAMP, but I can not find how to get it, anyone know how to get it? thanks

Upvotes: 1

Views: 1140

Answers (1)

paulsm4
paulsm4

Reputation: 121881

You can't. There's no column in the SqlLite database for "date created", so there's really no certain way to know when that row was inserted. Sorry :(

Upvotes: 1

Related Questions