am 6e25789f: Merge "Telephony: Fix cb sms implementation"

* commit '6e25789fbe7ac283021156b17f406acb48850292':
  Telephony: Fix cb sms implementation
This commit is contained in:
Wink Saville
2011-02-09 13:42:45 -08:00
committed by Android Git Automerger

View File

@@ -395,6 +395,7 @@ public abstract class SMSDispatcher extends Handler {
mCm.reportSmsMemoryStatus(mStorageAvailable,
obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
}
break;
case EVENT_NEW_BROADCAST_SMS:
handleBroadcastSms((AsyncResult)msg.obj);