FileDocCategorySizeDatePackage
BrowserContract.javaAPI DocAndroid 5.1 API25082Thu Mar 12 22:22:10 GMT 2015android.provider

BrowserContract

public class BrowserContract extends Object

The contract between the browser provider and applications. Contains the definition for the supported URIS and columns.

Overview

BrowserContract defines an database of browser-related information which are bookmarks, history, images and the mapping between the image and URL.

hide

Fields Summary
public static final String
AUTHORITY
The authority for the browser provider
public static final android.net.Uri
AUTHORITY_URI
A content:// style uri to the authority for the browser provider
public static final String
CALLER_IS_SYNCADAPTER
An optional insert, update or delete URI parameter that allows the caller to specify that it is a sync adapter. The default value is false. If true the dirty flag is not automatically set and the "syncToNetwork" parameter is set to false when calling {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}.
public static final String
PARAM_LIMIT
A parameter for use when querying any table that allows specifying a limit on the number of rows returned.
Constructors Summary
Methods Summary