Android.Content.PM.ResolveInfo.SpecificIndex Property
Only set when returned by PackageManager.QueryIntentActivityOptions(Android.Content.ComponentName, Android.Content.Intent[], Android.Content.Intent[], Android.Content.Intent[]), this tells you which of the given specific intents this result came from. 0 is the first in the list,

Syntax

[Android.Runtime.Register("specificIndex")]
public int SpecificIndex { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Only set when returned by PackageManager.QueryIntentActivityOptions(Android.Content.ComponentName, Android.Content.Intent[], Android.Content.Intent[], Android.Content.Intent[]), this tells you which of the given specific intents this result came from. 0 is the first in the list,

[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