Determine the best service to handle for a given Intent.
Syntax
[Android.Runtime.Register("resolveService", "(Landroid/content/Intent;I)Landroid/content/pm/ResolveInfo;", "GetResolveService_Landroid_content_Intent_IHandler")]
public abstract
ResolveInfo ResolveService (
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
Requirements
Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1