Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static interface

ContactsContract.DeletedContactsColumns

android.provider.ContactsContract.DeletedContactsColumns
Known Indirect Subclasses

Summary

Constants
String CONTACT_DELETED_TIMESTAMP Time (milliseconds since epoch) that the contact was deleted.
String CONTACT_ID A reference to the _ID that was deleted.

Constants

public static final String CONTACT_DELETED_TIMESTAMP

Time (milliseconds since epoch) that the contact was deleted.

Constant Value: "contact_deleted_timestamp"

public static final String CONTACT_ID

A reference to the _ID that was deleted.

Type: INTEGER

Constant Value: "contact_id"