Browser.CanClearHistory(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.
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
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.