AudioManager.ActionScoAudioStateChanged Field

Definition

Caution

deprecated

Sticky broadcast intent action indicating that the Bluetooth SCO audio connection state has changed.

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

Field Value

Attributes

Remarks

Sticky broadcast intent action indicating that the Bluetooth SCO audio connection state has changed. The intent contains on extra #EXTRA_SCO_AUDIO_STATE indicating the new state which is either #SCO_AUDIO_STATE_DISCONNECTED or #SCO_AUDIO_STATE_CONNECTED

This member is deprecated. Use #ACTION_SCO_AUDIO_STATE_UPDATED instead

Java documentation for android.media.AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED.

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

See also