Android.Provider.Browser.ClearHistory Method
Delete all entries from the bookmarks/history table which are not bookmarks.

Syntax

[Android.Runtime.Register("clearHistory", "(Landroid/content/ContentResolver;)V", "")]
public static void ClearHistory (Android.Content.ContentResolver cr)

Parameters

cr
The ContentResolver used to access the database.

Remarks

Delete all entries from the bookmarks/history table which are not bookmarks. Also set all visited bookmarks to unvisited. Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#WRITE_HISTORY_BOOKMARKS

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1