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
public static final class

ContactsContract.DeletedContacts

extends Object
implements ContactsContract.DeletedContactsColumns
java.lang.Object
   ↳ android.provider.ContactsContract.DeletedContacts

Class Overview

Constants for the deleted contact table. This table holds a log of deleted contacts.

Log older than DAYS_KEPT_MILLISECONDS may be deleted.

Summary

Constants
long DAYS_KEPT_MILLISECONDS Milliseconds that the delete log will be kept.
[Expand]
Inherited Constants
From interface android.provider.ContactsContract.DeletedContactsColumns
Fields
public static final Uri CONTENT_URI The content:// style URI for this table, which requests a directory of raw contact rows matching the selection criteria.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final long DAYS_KEPT_MILLISECONDS

Milliseconds that the delete log will be kept. After this time, delete records may be deleted.

Constant Value: 2592000000 (0x000000009a7ec800)

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table, which requests a directory of raw contact rows matching the selection criteria.