ResolveInfo.SpecificIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Only set when returned by
PackageManager#queryIntentActivityOptions
, this tells you
which of the given specific intents this result came from.
[Android.Runtime.Register("specificIndex")]
public int SpecificIndex { get; set; }
[<Android.Runtime.Register("specificIndex")>]
member this.SpecificIndex : int with get, set
Property Value
- Attributes
Remarks
Only set when returned by PackageManager#queryIntentActivityOptions
, this tells you which of the given specific intents this result came from. 0 is the first in the list, < 0 means it came from the generic Intent query.
Java documentation for android.content.pm.ResolveInfo.specificIndex
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.