I\'m a beginner to android. I need to know is there any intent to open the Create Message window. I tried with this code -
Intent i = new In
This will help you:
Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setType("vnd.android-dir/mms-sms"); startActivity(sendIntent);