Browser.CanClearHistory(ContentResolver) メソッド

定義

クリアする履歴があるかどうかを返します。

[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

パラメーター

cr
ContentResolver

データベースへのアクセスに使用される ContentResolver。

戻り値

boolean 履歴をクリアできる場合は True。

属性

注釈

クリアする履歴があるかどうかを返します。

の Java ドキュメント android.provider.Browser.canClearHistory(android.content.ContentResolver)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象