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

Commit f84f62ae authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

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

* commit 'e1ca3096':
  Assisted dialing support of Multi-part SMS
parents 94abe870 e1ca3096
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,