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
I guess this should work:
i.addCategory(Intent.CATEGORY_DEFAULT); i.setType("vnd.android-dir/mms-sms");