注意Uri uri = Uri.parse("smsto:");Intent intent = new Intent(Intent.ACTION_SENDTO, uri);intent.putExtra("sms_body", "Hello World!"); startActivity(intent);
这种方式不需要任何许可
Manifest
欢迎分享,转载请注明来源:内存溢出
注意Uri uri = Uri.parse("smsto:");Intent intent = new Intent(Intent.ACTION_SENDTO, uri);intent.putExtra("sms_body", "Hello World!"); startActivity(intent);
这种方式不需要任何许可
Manifest
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)