public static class Browser.BookmarkColumns extends Object implements BaseColumns
Browser.BOOKMARKS_URI
.Modifier and Type | Field and Description |
---|---|
static String |
BOOKMARK
Flag indicating that an item is a bookmark.
|
static String |
CREATED
The date the item created, in milliseconds since the epoch.
|
static String |
DATE
The date the item was last visited, in milliseconds since the epoch.
|
static String |
FAVICON
The favicon of the bookmark.
|
static String |
THUMBNAIL |
static String |
TITLE
The user visible title of the bookmark or history item.
|
static String |
TOUCH_ICON |
static String |
URL
The URL of the bookmark or history item.
|
static String |
USER_ENTERED |
static String |
VISITS
The number of time the item has been visited.
|
_COUNT, _ID
Constructor and Description |
---|
Browser.BookmarkColumns() |
public static final String URL
Type: TEXT (URL)
public static final String VISITS
Type: NUMBER
public static final String DATE
Type: NUMBER (date in milliseconds since January 1, 1970)
public static final String BOOKMARK
Type: INTEGER (boolean)
public static final String TITLE
Type: TEXT
public static final String CREATED
Type: NUMBER (date in milliseconds since January 1, 1970)
public static final String FAVICON
BitmapFactory.decodeByteArray(byte[], int, int, android.graphics.BitmapFactory.Options)
.
Type: BLOB (image)
public static final String THUMBNAIL
public static final String TOUCH_ICON
public static final String USER_ENTERED