PackageManager.FeatureTelevision Field

Definition

Caution

deprecated

Feature for #getSystemAvailableFeatures and #hasSystemFeature: This is a device dedicated to showing UI on a television.

[Android.Runtime.Register("FEATURE_TELEVISION")]
[System.Obsolete("deprecated")]
public const string FeatureTelevision;
[<Android.Runtime.Register("FEATURE_TELEVISION")>]
[<System.Obsolete("deprecated")>]
val mutable FeatureTelevision : string

Field Value

String
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.FEATURE_TELEVISION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to