TelecomManager.GatewayProviderPackage Field

Definition

An optional android.content.Intent#ACTION_CALL intent extra denoting the package name of the app specifying an alternative gateway for the call.

[Android.Runtime.Register("GATEWAY_PROVIDER_PACKAGE")]
public const string GatewayProviderPackage;
[<Android.Runtime.Register("GATEWAY_PROVIDER_PACKAGE")>]
val mutable GatewayProviderPackage : string

Field Value

Attributes

Remarks

An optional android.content.Intent#ACTION_CALL intent extra denoting the package name of the app specifying an alternative gateway for the call. The value is a string.

(The following comment corresponds to the all GATEWAY_* extras) An app which sends the android.content.Intent#ACTION_CALL intent can specify an alternative address to dial which is different from the one specified and displayed to the user. This alternative address is referred to as the gateway address.

Java documentation for android.telecom.TelecomManager.GATEWAY_PROVIDER_PACKAGE.

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