打开短信列表

引用:http://www.bangchui.org/read.php?tid=16861

Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_DEFAULT);
intent.setType("vnd.android-dir/mms-sms");
mContext.startActivity(intent);

原文地址:https://www.cnblogs.com/sode/p/2857462.html