So this video from #DevBytes <https://plus.google.com/s/%23DevBytes>  SMS 
APIs KITKAT <http://www.youtube.com/watch?v=mdq0R2WQssQ> explains the 
recent changes to the SMS APIs in KitKat.  They also provide a link with a 
sample project. http://goo.gl/uQ3Nih

They suggest that you handle the receive of an MMS in a service.  Which all 
looks fine, except they neglect to mention the most undocumented piece. 
 How to actually handle an incoming MMS.

Here is the sample from the project
https://gist.github.com/lawloretienne/8970938

I have tried to "handle the MMS"

https://gist.github.com/lawloretienne/8971050

I can get the extras from the intent but the only meaningful thing that I 
can extract is the number from which the MMS was sent.

Can anyone point me in the right direction about how to go about this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to