Intent intent = new Intent(mms.this, com.android.mms.ui.ComposeMessageActivity.class);
  startActivity(intent);

위에 적혀 있다 시피...

기본 안드로이드에 있는ComposeMessageActivity를 실행 시키고 싶습니다

com.android.mms.ui 안에 있는 이애를 실행 시킬수 있나요/

있다면 어떤 방법으로 가능한지 좀 알고 싶습니다