Android.Content.PM.PackageInfo.FeatureGroups Property
Groups of features that this application has requested.

Syntax

[Android.Runtime.Register("featureGroups")]
public IList<FeatureGroupInfo> FeatureGroups { get; set; }

See Also

FeatureInfo.FlagRequired

Value

Documentation for this section has not yet been entered.

Remarks

Groups of features that this application has requested. Each group contains a set of features that are required. A device must match the features listed in PackageInfo.ReqFeatures and one or more FeatureGroups in order to have satisfied the feature requirement.

[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