Example usage for Java android.provider Browser fields, constructors, methods, implement or subclass
The text is from its open source code.
Uri | BOOKMARKS_URI A table containing both bookmarks and history items. |
String | EXTRA_APPLICATION_ID The name of the extra data when starting the Browser from another application. |
String | EXTRA_HEADERS The name of the extra data in the VIEW intent. |
String[] | HISTORY_PROJECTION |
int | HISTORY_PROJECTION_URL_INDEX |
int | HISTORY_PROJECTION_BOOKMARK_INDEX |
int | HISTORY_PROJECTION_TITLE_INDEX |
String | EXTRA_CREATE_NEW_TAB Boolean extra passed along with an Intent to a browser, specifying that a new tab be created. |
void | clearHistory(ContentResolver cr) Delete all entries from the bookmarks/history table which are not bookmarks. |
void | updateVisitedHistory(ContentResolver cr, String url, boolean real) Update the visited history to acknowledge that a site has been visited. |