Language

SmsResult Enum

Definition

public enum SmsResult
type SmsResult = 
Inheritance
SmsResult

Fields

Name Value Description
RadioNotAvailable 9

Failed because the radio was not available

Android reference for android.telephony.SmsManager.RESULT_RADIO_NOT_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkReject 10

Failed because of network rejection

Android reference for android.telephony.SmsManager.RESULT_NETWORK_REJECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidArguments 11

Failed because of invalid arguments

Android reference for android.telephony.SmsManager.RESULT_INVALID_ARGUMENTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidState 12

Failed because of an invalid state

Android reference for android.telephony.SmsManager.RESULT_INVALID_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoMemory 13

Failed because there is no memory

Android reference for android.telephony.SmsManager.RESULT_NO_MEMORY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidSmsFormat 14

Failed because the sms format is not valid

Android reference for android.telephony.SmsManager.RESULT_INVALID_SMS_FORMAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SystemError 15

Failed because of a system error

Android reference for android.telephony.SmsManager.RESULT_SYSTEM_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ModemError 16

Failed because of a modem error

Android reference for android.telephony.SmsManager.RESULT_MODEM_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkError 17

Failed because of a network error

Android reference for android.telephony.SmsManager.RESULT_NETWORK_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EncodingError 18

Failed because of an encoding error

Android reference for android.telephony.SmsManager.RESULT_ENCODING_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidSmscAddress 19

Failed because of an invalid smsc address

Android reference for android.telephony.SmsManager.RESULT_INVALID_SMSC_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OperationNotAllowed 20

Failed because the operation is not allowed

Android reference for android.telephony.SmsManager.RESULT_OPERATION_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InternalError 21

Failed because of an internal error

Android reference for android.telephony.SmsManager.RESULT_INTERNAL_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoResources 22

Failed because there are no resources

Android reference for android.telephony.SmsManager.RESULT_NO_RESOURCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Cancelled 23

Failed because the operation was cancelled

Android reference for android.telephony.SmsManager.RESULT_CANCELLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RequestNotSupported 24

Failed because the request is not supported

Android reference for android.telephony.SmsManager.RESULT_REQUEST_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoBluetoothService 25

Failed sending via bluetooth because the bluetooth service is not available

Android reference for android.telephony.SmsManager.RESULT_NO_BLUETOOTH_SERVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidBluetoothAddress 26

Failed sending via bluetooth because the bluetooth device address is invalid

Android reference for android.telephony.SmsManager.RESULT_INVALID_BLUETOOTH_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BluetoothDisconnected 27

Failed sending via bluetooth because bluetooth disconnected

Android reference for android.telephony.SmsManager.RESULT_BLUETOOTH_DISCONNECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnexpectedEventStopSending 28

Failed sending because the user denied or canceled the dialog displayed for a premium shortcode sms or rate-limited sms.

Android reference for android.telephony.SmsManager.RESULT_UNEXPECTED_EVENT_STOP_SENDING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SmsBlockedDuringEmergency 29

Failed sending during an emergency call

Android reference for android.telephony.SmsManager.RESULT_SMS_BLOCKED_DURING_EMERGENCY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SmsSendRetryFailed 30

Failed to send an sms retry

Android reference for android.telephony.SmsManager.RESULT_SMS_SEND_RETRY_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RemoteException 31

Set by BroadcastReceiver to indicate a remote exception while handling a message.

Android reference for android.telephony.SmsManager.RESULT_REMOTE_EXCEPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoDefaultSmsApp 32

Set by BroadcastReceiver to indicate there's no default sms app.

Android reference for android.telephony.SmsManager.RESULT_NO_DEFAULT_SMS_APP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UserNotAllowed 33

User is not associated with the subscription.

Android reference for android.telephony.SmsManager.RESULT_USER_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilRadioNotAvailable 100

The radio did not start or is resetting.

Android reference for android.telephony.SmsManager.RESULT_RIL_RADIO_NOT_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSmsSendFailRetry 101

The radio failed to send the sms and needs to retry.

Android reference for android.telephony.SmsManager.RESULT_RIL_SMS_SEND_FAIL_RETRY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNetworkReject 102

The sms request was rejected by the network.

Android reference for android.telephony.SmsManager.RESULT_RIL_NETWORK_REJECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidState 103

The radio returned an unexpected request for the current state.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidArguments 104

The radio received invalid arguments in the request.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_ARGUMENTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNoMemory 105

The radio didn't have sufficient memory to process the request.

Android reference for android.telephony.SmsManager.RESULT_RIL_NO_MEMORY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilRequestRateLimited 106

The radio denied the operation due to overly-frequent requests.

Android reference for android.telephony.SmsManager.RESULT_RIL_REQUEST_RATE_LIMITED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidSmsFormat 107

The radio returned an error indicating invalid sms format.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_SMS_FORMAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSystemErr 108

The radio encountered a platform or system error.

Android reference for android.telephony.SmsManager.RESULT_RIL_SYSTEM_ERR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilEncodingErr 109

The SMS message was not encoded properly.

Android reference for android.telephony.SmsManager.RESULT_RIL_ENCODING_ERR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidSmscAddress 110

The specified SMSC address was invalid.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_SMSC_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilModemErr 111

The vendor RIL received an unexpected or incorrect response.

Android reference for android.telephony.SmsManager.RESULT_RIL_MODEM_ERR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNetworkErr 112

The radio received an error from the network.

Android reference for android.telephony.SmsManager.RESULT_RIL_NETWORK_ERR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInternalErr 113

The modem encountered an unexpected error scenario while handling the request.

Android reference for android.telephony.SmsManager.RESULT_RIL_INTERNAL_ERR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilRequestNotSupported 114

The request was not supported by the radio.

Android reference for android.telephony.SmsManager.RESULT_RIL_REQUEST_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidModemState 115

The radio cannot process the request in the current modem state.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_MODEM_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNetworkNotReady 116

The network is not ready to perform the request.

Android reference for android.telephony.SmsManager.RESULT_RIL_NETWORK_NOT_READY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilOperationNotAllowed 117

The radio reports the request is not allowed.

Android reference for android.telephony.SmsManager.RESULT_RIL_OPERATION_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNoResources 118

There are insufficient resources to process the request.

Android reference for android.telephony.SmsManager.RESULT_RIL_NO_RESOURCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilCancelled 119

The request has been cancelled.

Android reference for android.telephony.SmsManager.RESULT_RIL_CANCELLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimAbsent 120

The radio failed to set the location where the CDMA subscription can be retrieved because the SIM or RUIM is absent.

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_ABSENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimultaneousSmsAndCallNotAllowed 121

1X voice and SMS are not allowed simultaneously.

Android reference for android.telephony.SmsManager.RESULT_RIL_SIMULTANEOUS_SMS_AND_CALL_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilAccessBarred 122

Access is barred.

Android reference for android.telephony.SmsManager.RESULT_RIL_ACCESS_BARRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilBlockedDueToCall 123

SMS is blocked due to call control, e.g., resource unavailable in the SMR entity.

Android reference for android.telephony.SmsManager.RESULT_RIL_BLOCKED_DUE_TO_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilGenericError 124

A RIL error occurred during the SMS send.

Android reference for android.telephony.SmsManager.RESULT_RIL_GENERIC_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidResponse 125

A RIL internal error when one of the RIL layers receives an unrecognized response from a lower layer.

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_RESPONSE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimPin2 126

Operation requires SIM PIN2 to be entered

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_PIN2.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimPuk2 127

Operation requires SIM PUK2 to be entered

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_PUK2.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSubscriptionNotAvailable 128

Fail to find CDMA subscription from specified location

Android reference for android.telephony.SmsManager.RESULT_RIL_SUBSCRIPTION_NOT_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimError 129

Received error from SIM card

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilInvalidSimState 130

Cannot process the request in current SIM state

Android reference for android.telephony.SmsManager.RESULT_RIL_INVALID_SIM_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNoSmsToAck 131

ACK received when there is no SMS to ack

Android reference for android.telephony.SmsManager.RESULT_RIL_NO_SMS_TO_ACK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimBusy 132

SIM is busy

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_BUSY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilSimFull 133

The target EF is full

Android reference for android.telephony.SmsManager.RESULT_RIL_SIM_FULL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNoSubscription 134

Device does not have subscription

Android reference for android.telephony.SmsManager.RESULT_RIL_NO_SUBSCRIPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilNoNetworkFound 135

Network cannot be found

Android reference for android.telephony.SmsManager.RESULT_RIL_NO_NETWORK_FOUND.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilDeviceInUse 136

Operation cannot be performed because the device is currently in use

Android reference for android.telephony.SmsManager.RESULT_RIL_DEVICE_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RilAborted 137

Operation aborted

Android reference for android.telephony.SmsManager.RESULT_RIL_ABORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ResultSmsSendFailedAfterMaxRetry 138

Indicates that the SMS sending operation failed because all allowed retry attempts were exhausted without successfully sending the message. This is distinct from RESULT_SMS_SEND_RETRY_FAILED, which signals a single failed retry attempt where further retries might still be scheduled. In contrast, RESULT_SMS_SEND_FAILED_AFTER_MAX_RETRY signifies that the maximum retry limit has been surpassed, and no more attempts will be made for this SMS message.

Android reference for android.telephony.SmsManager.RESULT_SMS_SEND_FAILED_AFTER_MAX_RETRY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveDispatchFailure 500

SMS receive dispatch failure.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_DISPATCH_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveInjectedNullPdu 501

SMS receive injected null PDU.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_INJECTED_NULL_PDU.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveRuntimeException 502

SMS receive encountered runtime exception.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_RUNTIME_EXCEPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveNullMessageFromRil 503

SMS received null message from the radio interface layer.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_NULL_MESSAGE_FROM_RIL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveWhileEncrypted 504

SMS short code received while the phone is in encrypted state.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_WHILE_ENCRYPTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveSqlException 505

SMS receive encountered an SQL exception.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_SQL_EXCEPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ReceiveUriException 506

SMS receive an exception parsing a uri.

Android reference for android.telephony.SmsManager.RESULT_RECEIVE_URI_EXCEPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to