Android.Content.PM.PackageManager.HasSystemFeature Method
Check whether the given feature name is one of the available features as returned by PackageManager.GetSystemAvailableFeatures.

Syntax

[Android.Runtime.Register("hasSystemFeature", "(Ljava/lang/String;)Z", "GetHasSystemFeature_Ljava_lang_String_Handler")]
public abstract bool HasSystemFeature (string name)

Parameters

name
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Check whether the given feature name is one of the available features as returned by PackageManager.GetSystemAvailableFeatures.

[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 5