public static final class Telephony.Carriers
extends Object
implements BaseColumns
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: |
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 |
SUBSCRIPTION_ID The subscription to which the APN belongs to Type: INTEGER (long) |
String |
TYPE Comma-delimited list of APN types. |
String |
USER APN username. |
Inherited constants |
---|
![]() android.provider.BaseColumns
|
Fields |
|
---|---|
public static final Uri |
CONTENT_URI The |
Inherited methods |
|
---|---|
![]() java.lang.Object
|
String AUTH_TYPE
Authentication type.
Type: INTEGER
Constant Value: "authtype"
String BEARER
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
Constant Value: "bearer"
String CARRIER_ENABLED
Is this APN enabled?
Type: INTEGER (boolean)
Constant Value: "carrier_enabled"
String CURRENT
Is this the current APN?
Type: INTEGER (boolean)
Constant Value: "current"
String DEFAULT_SORT_ORDER
The default sort order for this table.
Constant Value: "name ASC"
String MMSPROXY
MMS proxy address.
Type: TEXT
Constant Value: "mmsproxy"
String MVNO_MATCH_DATA
MVNO data. Use the following examples.
Type: TEXT
Constant Value: "mvno_match_data"
String MVNO_TYPE
MVNO type: SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1)
.
Type: TEXT
Constant Value: "mvno_type"
String NUMERIC
Numeric operator ID (as String). Usually MCC + MNC
.
Type: TEXT
Constant Value: "numeric"
String PROTOCOL
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
Constant Value: "protocol"
String ROAMING_PROTOCOL
The protocol to use to connect to this APN when roaming. The syntax is the same as protocol.
Type: TEXT
Constant Value: "roaming_protocol"
String SUBSCRIPTION_ID
The subscription to which the APN belongs to
Type: INTEGER (long)
Constant Value: "sub_id"
String TYPE
Comma-delimited list of APN types.
Type: TEXT
Constant Value: "type"