Browser.ClearHistory(ContentResolver) メソッド

定義

ブックマークではないブックマーク/履歴テーブルからすべてのエントリを削除します。

[Android.Runtime.Register("clearHistory", "(Landroid/content/ContentResolver;)V", "")]
public static void ClearHistory (Android.Content.ContentResolver? cr);
[<Android.Runtime.Register("clearHistory", "(Landroid/content/ContentResolver;)V", "")>]
static member ClearHistory : Android.Content.ContentResolver -> unit

パラメーター

cr
ContentResolver

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

属性

注釈

ブックマークではないブックマーク/履歴テーブルからすべてのエントリを削除します。 また、アクセスしたすべてのブックマークを非表示に設定します。

android.provider.Browser.clearHistory(android.content.ContentResolver)Java ドキュメント。

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

適用対象