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

Syntax

[Android.Runtime.Register("hasSystemFeature", "(Ljava/lang/String;)Z", "GetHasSystemFeature_Ljava_lang_String_Handler")]
public override 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 Android.Content.PM.PackageManager.GetSystemAvailableFeatures.

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5