I m attempting to send MMS implementing the method outlined here: How to send image via MMS in Android?
为此,我将com.android.mms进口到Eclipse项目(除其他进口品外);但我无法克服一个问题。
private static void loadMmsSettings(Context context) {
XmlResourceParser parser = context.getResources().getXml(R.xml.mms_config);
R. xml.mms_ config 尚未解决。 我从哪里找到/ 获取此资源? 谢谢!