i have this code to open the messaging. i wanna add body text into it
Intent i6 = new Intent(Intent.ACTION_VIEW, Uri
.parse("sms:9986377561"));
startActivity(i6);
add body text
body: test text
i have this code to open the messaging. i wanna add body text into it
Intent i6 = new Intent(Intent.ACTION_VIEW, Uri
.parse("sms:9986377561"));
startActivity(i6);
add body text
body: test text