Fallback to CS properly when indicated by ImsService
When using the ImsService to implement SMS over IMS and a message fails with error SEND_STATUS_ERROR_FALLBACK, we were falling back to the "old" implementation of sending the SMS over IMS on the RIL instead of falling back to CS. This change marks the SMS message trackers when the message is being handled by the ImsService SMS implementation and if we receive the SEND_STATUS_ERROR_FALLBACK error message we now correctly fall back directly to CS. Bug: 80441127 Test: run ImsTestApp and send SMS over IMS Change-Id: Id87797829a7b26896c5f4add973221eeb2b95e7f
Loading
Please register or sign in to comment