Joke Collection Website - Public benefit messages - What does android ACTION_SENDTO mean?
What does android ACTION_SENDTO mean?
Intent.ACTION_SENDTO
String: android.intent.action.SENDTO
Description: Send information, including various message types
//Send a short message
Uri uri = Uri.parse("smsto:13200100001");
Intent it = new Intent(Intent.ACTION_SENDTO, uri);
it.putExtra("sms_body", "Message content...");
startActivity(it);
//Send MMS, the device will prompt you to select the appropriate one Program sends
Uri uri = Uri.parse("content://media/external/images/media/23");
//Resources (images or other resource)
Intent intent = new Intent(Intent.ACTION_SEND);
intent.putExtra("sms_body", "content");
intent.putExtra (Intent.EXTRA_STREAM, uri);
intent.setType("image/png");
startActivity(it);
p>
Intent intent=new Intent(Intent.ACTION_SEND);
String[] tos={"android1@163.com"};
String[] ccs= {"you@yahoo.com"};
intent.putExtra(Intent.EXTRA_EMAIL, tos);
intent.putExtra(Intent.EXTRA_CC, ccs);
intent.putExtra(Intent.EXTRA_TEXT, "The email body text");
intent.putExtra(Intent.EXTRA_SUBJECT, "The email subject text");
intent .setType("message/rfc822");
startActivity(Intent.createChooser(intent, "Choose Email Client"));
- Related articles
- Dear customers of Minsheng Bank, the Minsheng Credit Card you applied for has passed the preliminary examination and is expected to be approved.
- Why is my girlfriend in a bad mood if she doesn't reply to the message?
- My son sends his mother a Mother's Day greeting.
- Strategies for Curriculum Failure in Australian Universities
- What should I do if I can't send the iphone information of Apple's mobile phone?
- 2022 Staff Recruitment Guide of Guizhou Rural Credit Cooperatives-Online Registration on May 7-13
- I'm postal savings card from the school. It's a green cartoon (debit card) number. I don't know. It's not activated yet. The grant is in it. I can report the loss.
- How to respond with high emotional intelligence when your boss gives you a salary increase
- How to refund the tickets for the international auto show bought in Chengdu local treasure in 2022?
- How to move the contents of the mobile phone to the memory card?