Android.Test.Mock.MockPackageManager.ResolveService Method
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 override Android.Content.PM.ResolveInfo ResolveService (Android.Content.Intent intent, [Android.Runtime.GeneratedEnum] Android.Content.PM.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

Determine the best service to handle for a given Intent.

[Android Documentation]

Requirements

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