Browser.GetAllBookmarks(ContentResolver) Method

Definition

Return a cursor pointing to a list of all the bookmarks.

[Android.Runtime.Register("getAllBookmarks", "(Landroid/content/ContentResolver;)Landroid/database/Cursor;", "")]
public static Android.Database.ICursor? GetAllBookmarks (Android.Content.ContentResolver? cr);
[<Android.Runtime.Register("getAllBookmarks", "(Landroid/content/ContentResolver;)Landroid/database/Cursor;", "")>]
static member GetAllBookmarks : Android.Content.ContentResolver -> Android.Database.ICursor

Parameters

cr
ContentResolver

The ContentResolver used to access the database.

Returns

Attributes

Exceptions

Remarks

Return a cursor pointing to a list of all the bookmarks. The cursor will have a single column, BookmarkColumns#URL.

Java documentation for android.provider.Browser.getAllBookmarks(android.content.ContentResolver).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to