Merge change 25534 into eclair

* changes:
  Message Reject notification shouldn't be shown in Emergency Calling Mode
This commit is contained in:
Android (Google) Code Review
2009-09-17 15:03:27 -04:00

View File

@@ -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.