Android.Content.PM.PackageManager.FeatureTelevision Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): This is a device dedicated to showing UI on a television.

Syntax

[Android.Runtime.Register("FEATURE_TELEVISION")]
[System.Obsolete("deprecated")]
public const string FeatureTelevision

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): This is a device dedicated to showing UI on a television. Television here is defined to be a typical living room television experience: displayed on a big screen, where the user is sitting far away from it, and the dominant form of input will be something like a DPAD, not through touch or mouse.

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