tags:

views:

60

answers:

0

Hello, I am having an issue with a task I'm supposed to do, I'm supposed to send MMS using our own interface on android 2.1 so as you can guess calling the default Activity is out of the question. So my question, is there a way to programatically send MMS using the android SDK without calling their intent, I tried importing the MMS app in eclipse but most of the classes are com.google.android which means they are not open sourced, so I have no idea how to get them if possible, or, how to mimic them. I was even thinking of using reflection to load them from Dalvik, but I think that this is a final effort and may not bring results.

any ideas?

btw, I found

http://stackoverflow.com/questions/2972845/i-want-send-image-through-using-mms-in-android

http://stackoverflow.com/questions/2165516/sending-mms-into-different-android-devices

but they do not work.. (with out the proprietary classes)