Hi Satya,
How an application notified that SMS is sent status (i.e success or
failure) ?
You should really be using the history plugin for this. You will get
much more information about the message this way.
Because storage of SMS in some database is application responsibility.
Once SMS sent status is received according to that application shall
take an action(status change) on the stored message (i.e. moving SMS
from OUTBOX to SENTBOX).
Today, oFono returns from the SendMessage call only when the message has
been successfully submitted to the network or the message submission has
failed.
Please note that there is a proposal on the mailing list to change how
the SmsManager interface works. The interface is likely to change in
the next month or two.
Regards,
-Denis