am b9c107a3: Merge change 25534 into eclair

Merge commit 'b9c107a362d85deda61da3cfac594cc1de7b6294' into eclair-plus-aosp

* commit 'b9c107a362d85deda61da3cfac594cc1de7b6294':
  Message Reject notification shouldn't be shown in Emergency Calling Mode
This commit is contained in:
Satish Roddom
2009-09-17 12:10:52 -07:00
committed by Android Git Automerger

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.