Android.Provider.SearchRecentSuggestions.ClearHistory Method
Completely delete the history.

Syntax

[Android.Runtime.Register("clearHistory", "()V", "GetClearHistoryHandler")]
public virtual void ClearHistory ()

Remarks

Completely delete the history. Use this call to implement a "clear history" UI. Any application that implements search suggestions based on previous actions (such as recent queries, page/items viewed, etc.) should provide a way for the user to clear the history. This gives the user a measure of privacy, if they do not wish for their recent searches to be replayed by other users of the device (via suggestions).

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1