java - Where is com.google.android.mms.*? -
i writting application send mms messages android phone , trying follow instructions on post:
how send image via mms in android?
my problem can't find libraries used there, com.google.android.mms.*
can point me that?
is there mms library can plug in project? kinda weird google not provide developers...
thanks,
joao paulo farias
you can way
class pduparserclass = class.forname("com.google.android.mms.<the class>");
since class present on device not in sdk. not work on emulator
Comments
Post a Comment