Android.Content.PM.PackageManager.FeatureScreenPortrait Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports portrait orientation screens.

Syntax

[Android.Runtime.Register("FEATURE_SCREEN_PORTRAIT")]
public const string FeatureScreenPortrait

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports portrait orientation screens. For backwards compatibility, you can assume that if neither this nor PackageManager.FeatureScreenLandscape is set then the device supports both portrait and landscape.

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