Call.ExtraCrsAudioMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extra key to indicate the audio mode that should be set for playing the network-provided Customized Ringing Signal (CRS).
[Android.Runtime.Register("EXTRA_CRS_AUDIO_MODE", ApiSince=37)]
public const string ExtraCrsAudioMode;
[<Android.Runtime.Register("EXTRA_CRS_AUDIO_MODE", ApiSince=37)>]
val mutable ExtraCrsAudioMode : string
Field Value
- Attributes
Remarks
Extra key to indicate the audio mode that should be set for playing the network-provided Customized Ringing Signal (CRS).
Legacy OEM implementations may use AudioManager.MODE_IN_CALL due to HAL implementation internals, where newer implementations are expected to use AudioManager.MODE_RINGTONE.
The value associated with this key should be one of the following constants from AudioManager: AudioManager.MODE_RINGTONE; AudioManager.MODE_IN_CALL Connection.setExtras(Bundle) or Connection.putExtras(Bundle) should be used to notify Telecom this extra has been set.
Android reference for android.telecom.Call.EXTRA_CRS_AUDIO_MODE.
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.