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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -