Skip to content

Instantly share code, notes, and snippets.

@songzhiyong
Created April 16, 2014 12:43
Show Gist options
  • Save songzhiyong/10868259 to your computer and use it in GitHub Desktop.
Save songzhiyong/10868259 to your computer and use it in GitHub Desktop.
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setData(Uri.parse("content://mms-sms/"));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment