We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf7b77 + f01f8e8 commit 82957e3Copy full SHA for 82957e3
1 file changed
docs/html/guide/components/intents-common.jd
@@ -1678,7 +1678,7 @@ android.net.Uri}s pointing to the images/videos to attach.</dd>
1678
<p><b>Example intent:</b></p>
1679
<pre>
1680
public void composeMmsMessage(String message, Uri attachment) {
1681
- Intent intent = new Intent(Intent.ACTION_SEND);
+ Intent intent = new Intent(Intent.ACTION_SENDTO);
1682
intent.setType(HTTP.PLAIN_TEXT_TYPE);
1683
intent.putExtra("sms_body", message);
1684
intent.putExtra(Intent.EXTRA_STREAM, attachment);
0 commit comments