Intent intent = new Intent(Intent.ACTION_MAIN);intent.setData(Uri.parse("content://mms-sms/"));startActivity(intent);