You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SmsManager.RESULT_ERROR_RADIO_OFF->"RESULT_ERROR_RADIO_OFF (Failed because radio was explicitly turned off)"
391
+
SmsManager.RESULT_ERROR_NULL_PDU->"RESULT_ERROR_NULL_PDU (Failed because no PDU provided)"
392
+
SmsManager.RESULT_ERROR_NO_SERVICE->"RESULT_ERROR_NO_SERVICE (Failed because service is currently unavailable)"
393
+
SmsManager.RESULT_ERROR_LIMIT_EXCEEDED->"RESULT_ERROR_LIMIT_EXCEEDED (Failed because we reached the sending queue limit)"
394
+
SmsManager.RESULT_ERROR_FDN_CHECK_FAILURE->"RESULT_ERROR_FDN_CHECK_FAILURE (Failed because FDN is enabled)"
395
+
SmsManager.RESULT_ERROR_SHORT_CODE_NOT_ALLOWED->"RESULT_ERROR_SHORT_CODE_NOT_ALLOWED (Failed because user denied the sending of this short code)"
396
+
SmsManager.RESULT_ERROR_SHORT_CODE_NEVER_ALLOWED->"RESULT_ERROR_SHORT_CODE_NEVER_ALLOWED (Failed because the user has denied this app ever send premium short codes)"
397
+
SmsManager.RESULT_RADIO_NOT_AVAILABLE->"RESULT_RADIO_NOT_AVAILABLE (Failed because the radio was not available)"
398
+
SmsManager.RESULT_NETWORK_REJECT->"RESULT_NETWORK_REJECT (Failed because of network rejection)"
399
+
SmsManager.RESULT_INVALID_ARGUMENTS->"RESULT_INVALID_ARGUMENTS (Failed because of invalid arguments)"
400
+
SmsManager.RESULT_INVALID_STATE->"RESULT_INVALID_STATE (Failed because of an invalid state)"
401
+
SmsManager.RESULT_NO_MEMORY->"RESULT_NO_MEMORY (Failed because there is no memory)"
402
+
SmsManager.RESULT_INVALID_SMS_FORMAT->"RESULT_INVALID_SMS_FORMAT (Failed because the SMS format is not valid)"
403
+
SmsManager.RESULT_SYSTEM_ERROR->"RESULT_SYSTEM_ERROR (Failed because of a system error)"
404
+
SmsManager.RESULT_MODEM_ERROR->"RESULT_MODEM_ERROR (Failed because of a modem error)"
405
+
SmsManager.RESULT_NETWORK_ERROR->"RESULT_NETWORK_ERROR (Failed because of a network error)"
406
+
SmsManager.RESULT_ENCODING_ERROR->"RESULT_ENCODING_ERROR (Failed because of an encoding error)"
407
+
SmsManager.RESULT_INVALID_SMSC_ADDRESS->"RESULT_INVALID_SMSC_ADDRESS (Failed because of an invalid SMSC address)"
408
+
SmsManager.RESULT_OPERATION_NOT_ALLOWED->"RESULT_OPERATION_NOT_ALLOWED (Failed because the operation is not allowed)"
409
+
SmsManager.RESULT_INTERNAL_ERROR->"RESULT_INTERNAL_ERROR (Failed because of an internal error)"
410
+
SmsManager.RESULT_NO_RESOURCES->"RESULT_NO_RESOURCES (Failed because there are no resources)"
411
+
SmsManager.RESULT_CANCELLED->"RESULT_CANCELLED (Failed because the operation was cancelled)"
412
+
SmsManager.RESULT_REQUEST_NOT_SUPPORTED->"RESULT_REQUEST_NOT_SUPPORTED (Failed because the request is not supported)"
413
+
SmsManager.RESULT_NO_BLUETOOTH_SERVICE->"RESULT_NO_BLUETOOTH_SERVICE (Failed sending via Bluetooth because the Bluetooth service is not available)"
414
+
SmsManager.RESULT_INVALID_BLUETOOTH_ADDRESS->"RESULT_INVALID_BLUETOOTH_ADDRESS (Failed sending via Bluetooth because the Bluetooth device address is invalid)"
415
+
SmsManager.RESULT_BLUETOOTH_DISCONNECTED->"RESULT_BLUETOOTH_DISCONNECTED (Failed sending via Bluetooth because Bluetooth disconnected)"
416
+
SmsManager.RESULT_UNEXPECTED_EVENT_STOP_SENDING->"RESULT_UNEXPECTED_EVENT_STOP_SENDING (Failed because the user denied or canceled the dialog displayed for a premium shortcode SMS or rate-limited SMS)"
417
+
SmsManager.RESULT_SMS_BLOCKED_DURING_EMERGENCY->"RESULT_SMS_BLOCKED_DURING_EMERGENCY (Failed sending during an emergency call)"
418
+
SmsManager.RESULT_SMS_SEND_RETRY_FAILED->"RESULT_SMS_SEND_RETRY_FAILED (Failed to send an SMS retry)"
419
+
SmsManager.RESULT_REMOTE_EXCEPTION->"RESULT_REMOTE_EXCEPTION (Set by BroadcastReceiver to indicate a remote exception while handling a message)"
420
+
SmsManager.RESULT_NO_DEFAULT_SMS_APP->"RESULT_NO_DEFAULT_SMS_APP (Set by BroadcastReceiver to indicate there's no default SMS app)"
421
+
SmsManager.RESULT_RIL_RADIO_NOT_AVAILABLE->"RESULT_RIL_RADIO_NOT_AVAILABLE (The radio did not start or is resetting)"
422
+
SmsManager.RESULT_RIL_SMS_SEND_FAIL_RETRY->"RESULT_RIL_SMS_SEND_FAIL_RETRY (The radio failed to send the SMS and needs to retry)"
423
+
SmsManager.RESULT_RIL_NETWORK_REJECT->"RESULT_RIL_NETWORK_REJECT (The SMS request was rejected by the network)"
424
+
SmsManager.RESULT_RIL_INVALID_STATE->"RESULT_RIL_INVALID_STATE (The radio returned an unexpected request for the current state)"
425
+
SmsManager.RESULT_RIL_INVALID_ARGUMENTS->"RESULT_RIL_INVALID_ARGUMENTS (The radio received invalid arguments in the request)"
426
+
SmsManager.RESULT_RIL_NO_MEMORY->"RESULT_RIL_NO_MEMORY (The radio didn't have sufficient memory to process the request)"
427
+
SmsManager.RESULT_RIL_REQUEST_RATE_LIMITED->"RESULT_RIL_REQUEST_RATE_LIMITED (The radio denied the operation due to overly-frequent requests)"
428
+
SmsManager.RESULT_RIL_INVALID_SMS_FORMAT->"RESULT_RIL_INVALID_SMS_FORMAT (The radio returned an error indicating invalid SMS format)"
429
+
SmsManager.RESULT_RIL_SYSTEM_ERR->"RESULT_RIL_SYSTEM_ERR (The radio encountered a platform or system error)"
430
+
SmsManager.RESULT_RIL_ENCODING_ERR->"RESULT_RIL_ENCODING_ERR (The SMS message was not encoded properly)"
431
+
SmsManager.RESULT_RIL_INVALID_SMSC_ADDRESS->"RESULT_RIL_INVALID_SMSC_ADDRESS (The specified SMSC address was invalid)"
432
+
SmsManager.RESULT_RIL_MODEM_ERR->"RESULT_RIL_MODEM_ERR (The vendor RIL received an unexpected or incorrect response)"
433
+
SmsManager.RESULT_RIL_NETWORK_ERR->"RESULT_RIL_NETWORK_ERR (The radio received an error from the network)"
434
+
SmsManager.RESULT_RIL_INTERNAL_ERR->"RESULT_RIL_INTERNAL_ERR (The modem encountered an unexpected error scenario while handling the request)"
435
+
SmsManager.RESULT_RIL_REQUEST_NOT_SUPPORTED->"RESULT_RIL_REQUEST_NOT_SUPPORTED (The request was not supported by the radio)"
436
+
SmsManager.RESULT_RIL_INVALID_MODEM_STATE->"RESULT_RIL_INVALID_MODEM_STATE (The radio cannot process the request in the current modem state)"
437
+
SmsManager.RESULT_RIL_NETWORK_NOT_READY->"RESULT_RIL_NETWORK_NOT_READY (The network is not ready to perform the request)"
438
+
SmsManager.RESULT_RIL_OPERATION_NOT_ALLOWED->"RESULT_RIL_OPERATION_NOT_ALLOWED (The radio reports the request is not allowed)"
439
+
SmsManager.RESULT_RIL_NO_RESOURCES->"RESULT_RIL_NO_RESOURCES (There are insufficient resources to process the request)"
440
+
SmsManager.RESULT_RIL_CANCELLED->"RESULT_RIL_CANCELLED (The request has been cancelled)"
441
+
SmsManager.RESULT_RIL_SIM_ABSENT->"RESULT_RIL_SIM_ABSENT (The radio failed to set the location where the CDMA subscription can be retrieved because the SIM or RUIM is absent)"
442
+
SmsManager.RESULT_RIL_SIMULTANEOUS_SMS_AND_CALL_NOT_ALLOWED->"RESULT_RIL_SIMULTANEOUS_SMS_AND_CALL_NOT_ALLOWED (1X voice and SMS are not allowed simultaneously)"
443
+
SmsManager.RESULT_RIL_ACCESS_BARRED->"RESULT_RIL_ACCESS_BARRED (Access is barred)"
444
+
SmsManager.RESULT_RIL_BLOCKED_DUE_TO_CALL->"RESULT_RIL_BLOCKED_DUE_TO_CALL (SMS is blocked due to call control, e.g., resource unavailable in the SMR entity)"
445
+
SmsManager.RESULT_RIL_GENERIC_ERROR->"RESULT_RIL_GENERIC_ERROR (A RIL error occurred during the SMS send)"
0 commit comments