Fields Summary |
---|
public static final String | AUTHORITYThe authority for the browser provider |
public static final android.net.Uri | AUTHORITY_URIA content:// style uri to the authority for the browser provider |
public static final String | CALLER_IS_SYNCADAPTERAn 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_LIMITA parameter for use when querying any table that allows specifying a limit on the number
of rows returned. |