entrance检查与统一
This commit is contained in:
@ -368,9 +368,9 @@ public class ShareUtils {
|
||||
}
|
||||
}
|
||||
|
||||
Intent sendIntent = new Intent(Intent.ACTION_VIEW, Uri.parse( "smsto:" ));
|
||||
sendIntent.putExtra( "sms_body", smsBody);
|
||||
sendIntent.setType( "vnd.android-dir/mms-sms" );
|
||||
Intent sendIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("smsto:"));
|
||||
sendIntent.putExtra("sms_body", smsBody);
|
||||
sendIntent.setType("vnd.android-dir/mms-sms");
|
||||
|
||||
try {
|
||||
context.startActivity(sendIntent);
|
||||
|
||||
Reference in New Issue
Block a user