0

I have downloaded source code for mms application from android.git.kernal.org site.But It showing errors for some of the packages missing like androidprovider.telephony.mms. How to add androidprovider.telephony.mms to my application..?or can any one suggest a better approach for sending mms without using native intents and httppost method (How to send image via MMS in Android?).

Community
  • 1
  • 1
Sando
  • 1,893
  • 11
  • 29
  • 45

1 Answers1

0

How to add androidprovider.telephony.mms to my application

You don't. The MMS application can only be built as part of a full firmware build.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491