# Print output for @column tags ?> CarrierConfigManager.Apn - Android SDK | Android Developers

Most visited


Recently visited


CarrierConfigManager.Apn

public static final class CarrierConfigManager.Apn
extends Object

java.lang.Object
   ↳ android.telephony.CarrierConfigManager.Apn


Configs used for APN setup.

Summary


Constants

String KEY_PREFIX

Prefix of all Apn.KEY_* constants.

String KEY_SETTINGS_DEFAULT_PROTOCOL_STRING

Default value of APN protocol field if not specified by user when adding/modifying an APN.

String KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING

Default value of APN roaming protocol field if not specified by user when adding/modifying an APN.

String PROTOCOL_IPV4

IPv4 internet protocol

String PROTOCOL_IPV4V6

IPv4 or IPv6 internet protocol

String PROTOCOL_IPV6

IPv6 internet protocol

Inherited methods

Constants


KEY_PREFIX

public static final String KEY_PREFIX

Prefix of all Apn.KEY_* constants.

Constant Value: "apn."

KEY_SETTINGS_DEFAULT_PROTOCOL_STRING

public static final String KEY_SETTINGS_DEFAULT_PROTOCOL_STRING

Default value of APN protocol field if not specified by user when adding/modifying an APN. Available options are: PROTOCOL_IPV4, PROTOCOL_IPV6, PROTOCOL_IPV4V6

Constant Value: "apn.settings_default_protocol_string"

KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING

public static final String KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING

Default value of APN roaming protocol field if not specified by user when adding/modifying an APN. Available options are: PROTOCOL_IPV4, PROTOCOL_IPV6, PROTOCOL_IPV4V6

Constant Value: "apn.settings_default_roaming_protocol_string"

PROTOCOL_IPV4

public static final String PROTOCOL_IPV4

IPv4 internet protocol

Constant Value: "IP"

PROTOCOL_IPV4V6

public static final String PROTOCOL_IPV4V6

IPv4 or IPv6 internet protocol

Constant Value: "IPV4V6"

PROTOCOL_IPV6

public static final String PROTOCOL_IPV6

IPv6 internet protocol

Constant Value: "IPV6"

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.