java.lang.Object | |
↳ | android.provider.Telephony.Carriers |
Carriers class contains information about APNs, including MMSC information.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | APN | APN name. | |||||||||
String | AUTH_TYPE | Authentication type. | |||||||||
String | BEARER | Radio Access Technology info. | |||||||||
String | CARRIER_ENABLED | Is this APN enabled?
Type: INTEGER (boolean) |
|||||||||
String | CURRENT | Is this the current APN?
Type: INTEGER (boolean) |
|||||||||
String | DEFAULT_SORT_ORDER | The default sort order for this table. | |||||||||
String | MCC | Mobile Country Code (MCC). | |||||||||
String | MMSC | MMSC URL. | |||||||||
String | MMSPORT | MMS proxy port. | |||||||||
String | MMSPROXY | MMS proxy address. | |||||||||
String | MNC | Mobile Network Code (MNC). | |||||||||
String | MVNO_MATCH_DATA | MVNO data. | |||||||||
String | MVNO_TYPE | MVNO type:
SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1) . |
|||||||||
String | NAME | Entry name. | |||||||||
String | NUMERIC | Numeric operator ID (as String). | |||||||||
String | PASSWORD | APN password. | |||||||||
String | PORT | Proxy port. | |||||||||
String | PROTOCOL | The protocol to use to connect to this APN. | |||||||||
String | PROXY | Proxy address. | |||||||||
String | ROAMING_PROTOCOL | The protocol to use to connect to this APN when roaming. | |||||||||
String | SERVER | Server address. | |||||||||
String | TYPE | Comma-delimited list of APN types. | |||||||||
String | USER | APN username. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | The content:// style URL for this table. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Authentication type.
Type: INTEGER
Radio Access Technology info.
To check what values are allowed, refer to ServiceState
.
This should be spread to other technologies,
but is currently only used for LTE (14) and eHRPD (13).
Type: INTEGER
Is this APN enabled?
Type: INTEGER (boolean)
Is this the current APN?
Type: INTEGER (boolean)
The default sort order for this table.
Mobile Country Code (MCC).
Type: TEXT
MMS proxy port.
Type: TEXT
MMS proxy address.
Type: TEXT
Mobile Network Code (MNC).
Type: TEXT
MVNO data. Use the following examples.
Type: TEXT
MVNO type:
SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1)
.
Type: TEXT
Numeric operator ID (as String). Usually MCC + MNC
.
Type: TEXT
APN password.
Type: TEXT
The protocol to use to connect to this APN.
One of the PDP_type
values in TS 27.007 section 10.1.1.
For example: IP
, IPV6
, IPV4V6
, or PPP
.
Type: TEXT
Proxy address.
Type: TEXT
The protocol to use to connect to this APN when roaming. The syntax is the same as protocol.
Type: TEXT
Server address.
Type: TEXT
Comma-delimited list of APN types.
Type: TEXT
APN username.
Type: TEXT