# Print output for @column tags ?>
public
static
final
class
CarrierConfigManager.Apn
extends Object
java.lang.Object | |
↳ | android.telephony.CarrierConfigManager.Apn |
Configs used for APN setup.
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 | |
---|---|
public static final String KEY_PREFIX
Prefix of all Apn.KEY_* constants.
Constant Value: "apn."
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"
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"
public static final String PROTOCOL_IPV4V6
IPv4 or IPv6 internet protocol
Constant Value: "IPV4V6"
public static final String PROTOCOL_IPV6
IPv6 internet protocol
Constant Value: "IPV6"