PackageManager.GetSystemAvailableFeatures Method

Definition

Get a list of features that are available on the system.

[Android.Runtime.Register("getSystemAvailableFeatures", "()[Landroid/content/pm/FeatureInfo;", "GetGetSystemAvailableFeaturesHandler")]
public abstract Android.Content.PM.FeatureInfo[] GetSystemAvailableFeatures ();
[<Android.Runtime.Register("getSystemAvailableFeatures", "()[Landroid/content/pm/FeatureInfo;", "GetGetSystemAvailableFeaturesHandler")>]
abstract member GetSystemAvailableFeatures : unit -> Android.Content.PM.FeatureInfo[]

Returns

An array of FeatureInfo classes describing the features that are available on the system, or null if there are none(!!).

Attributes

Remarks

Get a list of features that are available on the system.

Java documentation for android.content.pm.PackageManager.getSystemAvailableFeatures().

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.

Applies to