public static final class BrowserContract.History extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_ID
The unique ID for a row.
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI of a single browser history item. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of browser history items. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static String |
DATE_CREATED
The time that this row was created on its originating client (msecs
since the epoch).
|
static String |
DATE_LAST_VISITED
The date the item was last visited, in milliseconds since the epoch.
|
static String |
FAVICON
The favicon of the bookmark, may be NULL.
|
static String |
THUMBNAIL
A thumbnail of the page,may be NULL.
|
static String |
TITLE
The user visible title.
|
static String |
TOUCH_ICON
The touch icon for the web page, may be NULL.
|
static String |
URL
This column is valid when the row is a URL.
|
static String |
USER_ENTERED |
static String |
VISITS
The number of times the item has been visited.
|
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of browser history items.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
of a single browser history item.public static final String _ID
Type: INTEGER (long)
public static final String URL
Type: TEXT (URL)
public static final String TITLE
Type: TEXT
public static final String DATE_CREATED
Type: INTEGER
public static final String DATE_LAST_VISITED
Type: INTEGER (date in milliseconds since January 1, 1970)
public static final String VISITS
Type: INTEGER
public static final String USER_ENTERED
public static final String FAVICON
BitmapFactory.decodeByteArray(byte[], int, int, android.graphics.BitmapFactory.Options)
.
Type: BLOB (image)
public static final String THUMBNAIL
BitmapFactory.decodeByteArray(byte[], int, int, android.graphics.BitmapFactory.Options)
.
Type: BLOB (image)
public static final String TOUCH_ICON
BitmapFactory.decodeByteArray(byte[], int, int, android.graphics.BitmapFactory.Options)
.
Type: BLOB (image)