Where is /res/xml/mms_config.xml located?

hushiea

New Member
I'm attempting to send MMS implementing the method outlined here: How to send image via MMS in Android?To do so, I imported com.android.mms to my Eclipse project (among other imports); however I cannot overcome one issue. In class MmsConfig: \[code\]private static void loadMmsSettings(Context context) { XmlResourceParser parser = context.getResources().getXml(R.xml.mms_config);\[/code\]R.xml.mms_config is unresolved. From where do I locate/obtain this resource? Thanks!
 
Back
Top