Share via


CarrierConfigManager.KeyDropVideoCallWhenAnsweringAudioCallBool Field

Definition

When true, if the user is in an ongoing video call over WIFI and answers an incoming audio call, the video call will be disconnected before the audio call is answered.

[Android.Runtime.Register("KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL", ApiSince=25)]
public const string KeyDropVideoCallWhenAnsweringAudioCallBool;
[<Android.Runtime.Register("KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL", ApiSince=25)>]
val mutable KeyDropVideoCallWhenAnsweringAudioCallBool : string

Field Value

Attributes

Remarks

When true, if the user is in an ongoing video call over WIFI and answers an incoming audio call, the video call will be disconnected before the audio call is answered. This is in contrast to the usual expected behavior where a foreground video call would be put into the background and held when an incoming audio call is answered.

Java documentation for android.telephony.CarrierConfigManager.KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL.

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