FileDocCategorySizeDatePackage
SmsConstants.javaAPI DocAndroid 5.1 API2608Thu Mar 12 22:22:42 GMT 2015com.android.internal.telephony

SmsConstants

public class SmsConstants extends Object
SMS Constants and must be the same as the corresponding deprecated version in SmsMessage.
hide

(Omit source code)

Fields Summary
public static final int
ENCODING_UNKNOWN
User data text encoding code unit size
public static final int
ENCODING_7BIT
public static final int
ENCODING_8BIT
public static final int
ENCODING_16BIT
public static final int
MAX_USER_DATA_SEPTETS
The maximum number of payload septets per message
public static final int
MAX_USER_DATA_SEPTETS_WITH_HEADER
The maximum number of payload septets per message if a user data header is present. This assumes the header only contains the CONCATENATED_8_BIT_REFERENCE element.
public static final int
ENCODING_KSC5601
This value is not defined in global standard. Only in Korea, this is used.
public static final int
MAX_USER_DATA_BYTES
The maximum number of payload bytes per message
public static final int
MAX_USER_DATA_BYTES_WITH_HEADER
The maximum number of payload bytes per message if a user data header is present. This assumes the header only contains the CONCATENATED_8_BIT_REFERENCE element.
public static final String
FORMAT_UNKNOWN
Indicates unknown format SMS message.
public static final String
FORMAT_3GPP
Indicates a 3GPP format SMS message.
public static final String
FORMAT_3GPP2
Indicates a 3GPP2 format SMS message.
Constructors Summary
Methods Summary