OSDN Git Service

Report device storage status (for SMS) to RIL.
authorjsh <jsh@google.com>
Fri, 5 Jun 2009 23:09:38 +0000 (16:09 -0700)
committerjsh <jsh@google.com>
Mon, 8 Jun 2009 23:05:00 +0000 (16:05 -0700)
commit52f2825c29293a85984f188f5dd5e230d589b29d
tree9400124e113411a7e3f3867609922b06573d106f
parent996b1c8d681268961a9e6518b9a5cbe98ccf0111
Report device storage status (for SMS) to RIL.

Indicate SMS memory available/not available based on DEVICE_STORAGE_OK/FULL
intents, and immediately NAK with MEMORY_FULL if we've received a
DEVICE_STORAGE_FULL notification.

This may end up being a short term solution, as the messaging app is
getting re-worked in Eclair, which may change the way we want to handle
memory full reporting (ie, more app involvement).
telephony/java/com/android/internal/telephony/SMSDispatcher.java