Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1ca3096 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Assisted dialing support of Multi-part SMS" into lmp-mr1-dev

parents 84b5d165 bd681a04
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -468,6 +468,8 @@ public class IccSmsInterfaceManager {
            return;
        }

        destAddr = filterDestAddress(destAddr);

        if (parts.size() > 1 && parts.size() < 10 && !SmsMessage.hasEmsSupport()) {
            for (int i = 0; i < parts.size(); i++) {
                // If EMS is not supported, we have to break down EMS into single segment SMS
@@ -929,6 +931,8 @@ public class IccSmsInterfaceManager {
            return;
        }

        textAndAddress[1] = filterDestAddress(textAndAddress[1]);

        if (parts.size() > 1 && parts.size() < 10 && !SmsMessage.hasEmsSupport()) {
            for (int i = 0; i < parts.size(); i++) {
                // If EMS is not supported, we have to break down EMS into single segment SMS
@@ -956,7 +960,6 @@ public class IccSmsInterfaceManager {
            return;
        }

        textAndAddress[1] = filterDestAddress(textAndAddress[1]);
        mDispatcher.sendMultipartText(
                textAndAddress[1], // destAddress
                scAddress,