Reputation: 81
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
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