Browser.DeleteFromHistory(ContentResolver, String) Method

Definition

Remove a specific url from the history database.

[Android.Runtime.Register("deleteFromHistory", "(Landroid/content/ContentResolver;Ljava/lang/String;)V", "")]
public static void DeleteFromHistory (Android.Content.ContentResolver? cr, string? url);
[<Android.Runtime.Register("deleteFromHistory", "(Landroid/content/ContentResolver;Ljava/lang/String;)V", "")>]
static member DeleteFromHistory : Android.Content.ContentResolver * string -> unit

Parameters

cr
ContentResolver

The ContentResolver used to access the database.

url
String

url to remove.

Attributes

Remarks

Remove a specific url from the history database.

Java documentation for android.provider.Browser.deleteFromHistory(android.content.ContentResolver, java.lang.String).

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