Fields Summary |
---|
public static final String | EXTRA_MMS_DATA |
public static final String | EXTRA_MMS_HTTP_STATUS |
public static final String | MMS_CONFIG_ALIAS_ENABLED |
public static final String | MMS_CONFIG_ALIAS_MAX_CHARS |
public static final String | MMS_CONFIG_ALIAS_MIN_CHARS |
public static final String | MMS_CONFIG_ALLOW_ATTACH_AUDIO |
public static final String | MMS_CONFIG_APPEND_TRANSACTION_ID |
public static final String | MMS_CONFIG_EMAIL_GATEWAY_NUMBER |
public static final String | MMS_CONFIG_GROUP_MMS_ENABLED |
public static final String | MMS_CONFIG_HTTP_PARAMS |
public static final String | MMS_CONFIG_HTTP_SOCKET_TIMEOUT |
public static final String | MMS_CONFIG_MAX_IMAGE_HEIGHT |
public static final String | MMS_CONFIG_MAX_IMAGE_WIDTH |
public static final String | MMS_CONFIG_MAX_MESSAGE_SIZE |
public static final String | MMS_CONFIG_MESSAGE_TEXT_MAX_SIZE |
public static final String | MMS_CONFIG_MMS_DELIVERY_REPORT_ENABLED |
public static final String | MMS_CONFIG_MMS_ENABLED |
public static final String | MMS_CONFIG_MMS_READ_REPORT_ENABLED |
public static final String | MMS_CONFIG_MULTIPART_SMS_ENABLED |
public static final String | MMS_CONFIG_NAI_SUFFIX |
public static final String | MMS_CONFIG_NOTIFY_WAP_MMSC_ENABLED |
public static final String | MMS_CONFIG_RECIPIENT_LIMIT |
public static final String | MMS_CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGES |
public static final String | MMS_CONFIG_SHOW_CELL_BROADCAST_APP_LINKS |
public static final String | MMS_CONFIG_SMS_DELIVERY_REPORT_ENABLED |
public static final String | MMS_CONFIG_SMS_TO_MMS_TEXT_LENGTH_THRESHOLD |
public static final String | MMS_CONFIG_SMS_TO_MMS_TEXT_THRESHOLD |
public static final String | MMS_CONFIG_SUBJECT_MAX_LENGTH |
public static final String | MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION |
public static final String | MMS_CONFIG_UA_PROF_TAG_NAME |
public static final String | MMS_CONFIG_UA_PROF_URL |
public static final String | MMS_CONFIG_USER_AGENT |
public static final int | MMS_ERROR_CONFIGURATION_ERROR |
public static final int | MMS_ERROR_HTTP_FAILURE |
public static final int | MMS_ERROR_INVALID_APN |
public static final int | MMS_ERROR_IO_ERROR |
public static final int | MMS_ERROR_NO_DATA_NETWORK |
public static final int | MMS_ERROR_RETRY |
public static final int | MMS_ERROR_UNABLE_CONNECT_MMS |
public static final int | MMS_ERROR_UNSPECIFIED |
public static final int | RESULT_ERROR_GENERIC_FAILURE |
public static final int | RESULT_ERROR_NO_SERVICE |
public static final int | RESULT_ERROR_NULL_PDU |
public static final int | RESULT_ERROR_RADIO_OFF |
public static final int | STATUS_ON_ICC_FREE |
public static final int | STATUS_ON_ICC_READ |
public static final int | STATUS_ON_ICC_SENT |
public static final int | STATUS_ON_ICC_UNREAD |
public static final int | STATUS_ON_ICC_UNSENT |
Methods Summary |
---|
public java.util.ArrayList | divideMessage(java.lang.String text) throw new RuntimeException("Stub!");
|
public void | downloadMultimediaMessage(android.content.Context context, java.lang.String locationUrl, android.net.Uri contentUri, android.os.Bundle configOverrides, android.app.PendingIntent downloadedIntent) throw new RuntimeException("Stub!");
|
public android.os.Bundle | getCarrierConfigValues() throw new RuntimeException("Stub!");
|
public static android.telephony.SmsManager | getDefault() throw new RuntimeException("Stub!");
|
public static int | getDefaultSmsSubscriptionId() throw new RuntimeException("Stub!");
|
public static android.telephony.SmsManager | getSmsManagerForSubscriptionId(int subId) throw new RuntimeException("Stub!");
|
public int | getSubscriptionId() throw new RuntimeException("Stub!");
|
public void | injectSmsPdu(byte[] pdu, java.lang.String format, android.app.PendingIntent receivedIntent) throw new RuntimeException("Stub!");
|
public void | sendDataMessage(java.lang.String destinationAddress, java.lang.String scAddress, short destinationPort, byte[] data, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent) throw new RuntimeException("Stub!");
|
public void | sendMultimediaMessage(android.content.Context context, android.net.Uri contentUri, java.lang.String locationUrl, android.os.Bundle configOverrides, android.app.PendingIntent sentIntent) throw new RuntimeException("Stub!");
|
public void | sendMultipartTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList parts, java.util.ArrayList sentIntents, java.util.ArrayList deliveryIntents) throw new RuntimeException("Stub!");
|
public void | sendTextMessage(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent) throw new RuntimeException("Stub!");
|