Stay organized with collections
Save and categorize content based on your preferences.
CarrierConfigManager.Apn
public
static
final
class
CarrierConfigManager.Apn
extends Object
Configs used for APN setup.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
Creates and returns a copy of this object.
|
boolean
|
equals(Object obj)
Indicates whether some other object is "equal to" this one.
|
void
|
finalize()
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
|
final
Class<?>
|
getClass()
Returns the runtime class of this Object .
|
int
|
hashCode()
Returns a hash code value for the object.
|
final
void
|
notify()
Wakes up a single thread that is waiting on this object's
monitor.
|
final
void
|
notifyAll()
Wakes up all threads that are waiting on this object's monitor.
|
String
|
toString()
Returns a string representation of the object.
|
final
void
|
wait(long timeoutMillis, int nanos)
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
|
final
void
|
wait(long timeoutMillis)
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted, or until a
certain amount of real time has elapsed.
|
final
void
|
wait()
Causes the current thread to wait until it is awakened, typically
by being notified or interrupted.
|
|
Constants
KEY_PREFIX
public static final String KEY_PREFIX
This constant was deprecated
in API level 31.
Since KEY_PREFIX is unnecessary to public, it will modify to private
next android generation.
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"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# CarrierConfigManager.Apn\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nCarrierConfigManager.Apn\n========================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/telephony/CarrierConfigManager.Apn \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\nfinal\n\nclass\nCarrierConfigManager.Apn\n`\n\n\n`\n\nextends `[Object](/reference/java/lang/Object)`\n\n\n`\n\n`\n\n\n`\n\n|---|--------------------------------------------|\n| [java.lang.Object](/reference/java/lang/Object) ||\n| ↳ | android.telephony.CarrierConfigManager.Apn |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nConfigs used for APN setup.\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [KEY_PREFIX](/reference/android/telephony/CarrierConfigManager.Apn#KEY_PREFIX) *This constant was deprecated in API level 31. Since KEY_PREFIX is unnecessary to public, it will modify to private next android generation.* |\n| [String](/reference/java/lang/String) | [KEY_SETTINGS_DEFAULT_PROTOCOL_STRING](/reference/android/telephony/CarrierConfigManager.Apn#KEY_SETTINGS_DEFAULT_PROTOCOL_STRING) Default value of APN protocol field if not specified by user when adding/modifying an APN. |\n| [String](/reference/java/lang/String) | [KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING](/reference/android/telephony/CarrierConfigManager.Apn#KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING) Default value of APN roaming protocol field if not specified by user when adding/modifying an APN. |\n| [String](/reference/java/lang/String) | [PROTOCOL_IPV4](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4) IPv4 internet protocol |\n| [String](/reference/java/lang/String) | [PROTOCOL_IPV4V6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4V6) IPv4 or IPv6 internet protocol |\n| [String](/reference/java/lang/String) | [PROTOCOL_IPV6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV6) IPv6 internet protocol |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](/reference/java/lang/Object)` ` |---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](/reference/java/lang/Object) | ` `[clone](/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object. | | ` boolean` | ` `[equals](/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](/reference/java/lang/Object)` obj) ` Indicates whether some other object is \"equal to\" this one. | | ` void` | ` `[finalize](/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. | | ` final `[Class](/reference/java/lang/Class)`\u003c?\u003e` | ` `[getClass](/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this `Object`. | | ` int` | ` `[hashCode](/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object. | | ` final void` | ` `[notify](/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor. | | ` final void` | ` `[notifyAll](/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor. | | ` `[String](/reference/java/lang/String) | ` `[toString](/reference/java/lang/Object#toString())`() ` Returns a string representation of the object. | | ` final void` | ` `[wait](/reference/java/lang/Object#wait(long,%20int))`(long timeoutMillis, int nanos) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed. | | ` final void` | ` `[wait](/reference/java/lang/Object#wait(long))`(long timeoutMillis) ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*, or until a certain amount of real time has elapsed. | | ` final void` | ` `[wait](/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*. | ||\n\nConstants\n---------\n\n### KEY_PREFIX\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nDeprecated in [API level\n31](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String KEY_PREFIX\n```\n\n\n**This constant was deprecated\nin API level 31.** \n\nSince KEY_PREFIX is unnecessary to public, it will modify to private\nnext android generation.\n\nPrefix of all Apn.KEY_\\* constants.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"apn.\"\n\n\n### KEY_SETTINGS_DEFAULT_PROTOCOL_STRING\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String KEY_SETTINGS_DEFAULT_PROTOCOL_STRING\n```\n\nDefault value of APN protocol field if not specified by user when adding/modifying\nan APN.\n\nAvailable options are: [PROTOCOL_IPV4](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4), [PROTOCOL_IPV6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV6),\n[PROTOCOL_IPV4V6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4V6)\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"apn.settings_default_protocol_string\"\n\n\n### KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String KEY_SETTINGS_DEFAULT_ROAMING_PROTOCOL_STRING\n```\n\nDefault value of APN roaming protocol field if not specified by user when\nadding/modifying an APN.\n\nAvailable options are: [PROTOCOL_IPV4](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4), [PROTOCOL_IPV6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV6),\n[PROTOCOL_IPV4V6](/reference/android/telephony/CarrierConfigManager.Apn#PROTOCOL_IPV4V6)\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"apn.settings_default_roaming_protocol_string\"\n\n\n### PROTOCOL_IPV4\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String PROTOCOL_IPV4\n```\n\nIPv4 internet protocol\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"IP\"\n\n\n### PROTOCOL_IPV4V6\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String PROTOCOL_IPV4V6\n```\n\nIPv4 or IPv6 internet protocol\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"IPV4V6\"\n\n\n### PROTOCOL_IPV6\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String PROTOCOL_IPV6\n```\n\nIPv6 internet protocol\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"IPV6\""]]