TvInputService.ServiceInterface Field

Definition

This is the interface name that a service implementing a TV input should say that it support -- that is, this is the action it uses for its intent filter.

[Android.Runtime.Register("SERVICE_INTERFACE")]
public const string ServiceInterface;
[<Android.Runtime.Register("SERVICE_INTERFACE")>]
val mutable ServiceInterface : string

Field Value

Attributes

Remarks

This is the interface name that a service implementing a TV input should say that it support -- that is, this is the action it uses for its intent filter. To be supported, the service must also require the android.Manifest.permission#BIND_TV_INPUT permission so that other applications cannot abuse it.

Java documentation for android.media.tv.TvInputService.SERVICE_INTERFACE.

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