Connection.ExtraAnsweringDropsFgCallAppName 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.
String connection extra key set on a Connection
in Connection#STATE_RINGING
state to indicate the name of the third-party app which is responsible for the current
foreground call.
[Android.Runtime.Register("EXTRA_ANSWERING_DROPS_FG_CALL_APP_NAME", ApiSince=26)]
public const string ExtraAnsweringDropsFgCallAppName;
[<Android.Runtime.Register("EXTRA_ANSWERING_DROPS_FG_CALL_APP_NAME", ApiSince=26)>]
val mutable ExtraAnsweringDropsFgCallAppName : string
Field Value
- Attributes
Remarks
String connection extra key set on a Connection
in Connection#STATE_RINGING
state to indicate the name of the third-party app which is responsible for the current foreground call.
Used when #EXTRA_ANSWERING_DROPS_FG_CALL
is true to ensure that the default Phone app is able to inform the user that answering the new incoming call will cause a call owned by another app to be dropped when the incoming call is answered.
Java documentation for android.telecom.Connection.EXTRA_ANSWERING_DROPS_FG_CALL_APP_NAME
.
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.