Android.Provider.Browser.RequestAllIcons Method
Request all icons from the database.

Syntax

[Android.Runtime.Register("requestAllIcons", "(Landroid/content/ContentResolver;Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "")]
public static void RequestAllIcons (Android.Content.ContentResolver cr, string where, Android.Webkit.WebIconDatabase.IIconListener listener)

Parameters

cr
The ContentResolver used to access the database.
where
Clause to be used to limit the query from the database. Must be an allowable string to be passed into a database query.
listener
IconListener that gets the icons once they are retrieved.

Remarks

Request all icons from the database. This call must either be called in the main thread or have had Looper.prepare() invoked in the calling thread. Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#READ_HISTORY_BOOKMARKS

[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