Android.Content.PM.PackageManager.FeatureLeanback Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports leanback UI.

Syntax

[Android.Runtime.Register("FEATURE_LEANBACK")]
public const string FeatureLeanback

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device supports leanback UI. This is typically used in a living room television experience, but is a software feature unlike PackageManager.FeatureTelevision. Devices running with this feature will use resources associated with the "television" UI mode.

[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