Java android.provider Browser fields, constructors, methods, implement or subclass

Example usage for Java android.provider Browser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.provider Browser.

The text is from its open source code.

Field

UriBOOKMARKS_URI
A table containing both bookmarks and history items.
StringEXTRA_APPLICATION_ID
The name of the extra data when starting the Browser from another application.
StringEXTRA_HEADERS
The name of the extra data in the VIEW intent.
String[]HISTORY_PROJECTION
intHISTORY_PROJECTION_URL_INDEX
intHISTORY_PROJECTION_BOOKMARK_INDEX
intHISTORY_PROJECTION_TITLE_INDEX
StringEXTRA_CREATE_NEW_TAB
Boolean extra passed along with an Intent to a browser, specifying that a new tab be created.

Method

voidclearHistory(ContentResolver cr)
Delete all entries from the bookmarks/history table which are not bookmarks.
voidupdateVisitedHistory(ContentResolver cr, String url, boolean real)
Update the visited history to acknowledge that a site has been visited.