I need to send MMS. Into my hero this code looks ugly but works:
Intent sendIntent = new Intent(\"android.intent.action.SEND_MSG\"); sendIntent.putExtra
send from your app ?
before startActivity, you can
intent.setClassName("your package name", "your class name");
startActivity(intent);