Browser.CanClearHistory(ContentResolver) Method

Definition

Returns whether there is any history to clear.

[Android.Runtime.Register("canClearHistory", "(Landroid/content/ContentResolver;)Z", "")]
public static bool CanClearHistory (Android.Content.ContentResolver? cr);
[<Android.Runtime.Register("canClearHistory", "(Landroid/content/ContentResolver;)Z", "")>]
static member CanClearHistory : Android.Content.ContentResolver -> bool

Parameters

cr
ContentResolver

The ContentResolver used to access the database.

Returns

boolean True if the history can be cleared.

Attributes

Remarks

Returns whether there is any history to clear.

Java documentation for android.provider.Browser.canClearHistory(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