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

Commit b9c107a3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25534 into eclair

* changes:
  Message Reject notification shouldn't be shown in Emergency Calling Mode
parents dc2aab4f ea803b8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ final class CdmaSMSDispatcher extends SMSDispatcher {

        String inEcm=SystemProperties.get(TelephonyProperties.PROPERTY_INECM_MODE, "false");
        if (inEcm.equals("true")) {
            return Intents.RESULT_SMS_GENERIC_ERROR;
            return Activity.RESULT_OK;
        }

        // See if we have a network duplicate SMS.