TelephonyManager.ExtraApnProtocol Field

Definition

An integer extra containing the protocol of the apn connection.

[Android.Runtime.Register("EXTRA_APN_PROTOCOL", ApiSince=31)]
public const string ExtraApnProtocol;
[<Android.Runtime.Register("EXTRA_APN_PROTOCOL", ApiSince=31)>]
val mutable ExtraApnProtocol : string

Field Value

Attributes

Remarks

An integer extra containing the protocol of the apn connection.

Sent with the #ACTION_CARRIER_SIGNAL_PCO_VALUE broadcast. See the PROTOCOL_* constants in ApnSetting for a list of possible values.

Java documentation for android.telephony.TelephonyManager.EXTRA_APN_PROTOCOL.

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