Android.Content.PM.PackageManager.QueryIntentContentProviders Method
Retrieve all providers that can match the given intent.

Syntax

[Android.Runtime.Register("queryIntentContentProviders", "(Landroid/content/Intent;I)Ljava/util/List;", "GetQueryIntentContentProviders_Landroid_content_Intent_IHandler")]
public abstract IList<ResolveInfo> QueryIntentContentProviders (Android.Content.Intent intent, [Android.Runtime.GeneratedEnum] PackageInfoFlags flags)

Parameters

intent
An intent containing all of the desired specification (action, data, type, category, and/or component).
flags
Additional option flags.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve all providers that can match the given intent.

[Android Documentation]

Requirements

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