MediaRoute2ProviderService.ServiceInterface Field

Definition

The Intent action that must be declared as handled by the service.

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

Field Value

Attributes

Remarks

The Intent action that must be declared as handled by the service. Put this in your manifest to provide media routes.

Java documentation for android.media.MediaRoute2ProviderService.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