I'm trying to write an app that interfaces with a PC to allow sending
and receiving MMS using the phone, but I'm having a hard time finding
any documentation.

I can query the content provider to see and delete existing messages.
However, I am not sure how to send new messages, receiving
notifications when they are sent and delivered, or receive
notifications when a new MMS is received.

How do I programmatically send an MMS? Can I do this by inserting a
new message through the content provider? I need to do it in a way
that gives me access to the message (PDU?) ID so I can later access
the message information through the content provider, like I do for
existing messages.

How can I get notifications when this MMS is sent? When it's
delivered?

And how can I be notified when a new MMS is received? Again, I'd like
to know the ID of the new message so I can query the content provider
for the details in the same way.

This seems like it would be fairly straightforward, but I've been
looking for a while and can't find any information on it. I know the
MMS application somehow manages most or all of those things, but it's
a huge app, and I'd rather not try to "reverse engineer" it if there's
an alternative.

Even if this feature is not currently officially supported, I'll be
happy to have my app run on specific devices; I don't need a guarantee
that it will always work on any future Android phone.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to