button click Textview text to android inbuilt messaging app
问题 how to set my editText text into android inbuilt messaging app compose activity. here i am having code to jump from one activity to another, how to set my edittext text into inbuilt messaging app. public class msg1Screen extends Activity { Button simpleBtn; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.msg1); simpleBtn=(Button)findViewById(R.id.button1); simpleBtn.setOnClickListener