I am working on开发者_开发百科 MMS app, I need to use "com.android.mms.transaction" this package in my app..
please suggest me which JAR file I need to include my app to access this package..
I'm not sure exactly what object(s) you need in your app, but if you can't find any compiled jar files that contain this library, you can make your own using the open source app created by Google.
The com.android.mms.transaction package can be found here.
精彩评论