Browser.GetAllVisitedUrls(ContentResolver) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a cursor pointing to a list of all visited site urls.
[Android.Runtime.Register("getAllVisitedUrls", "(Landroid/content/ContentResolver;)Landroid/database/Cursor;", "")]
public static Android.Database.ICursor? GetAllVisitedUrls (Android.Content.ContentResolver? cr);
[<Android.Runtime.Register("getAllVisitedUrls", "(Landroid/content/ContentResolver;)Landroid/database/Cursor;", "")>]
static member GetAllVisitedUrls : Android.Content.ContentResolver -> Android.Database.ICursor
Parameters
The ContentResolver used to access the database.
Returns
- Attributes
Exceptions
Remarks
Return a cursor pointing to a list of all visited site urls. The cursor will have a single column, BookmarkColumns#URL
.
Java documentation for android.provider.Browser.getAllVisitedUrls(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.