maoruibin / maoruibin/maoruibin.github.com

发送邮件

Open
#55 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

utils
Dominant language
HTML
Stars
22
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Intent data=new Intent(Intent.ACTION_SENDTO);
data.setData(Uri.parse("mailto:way.ping.li@gmail.com"));
data.putExtra(Intent.EXTRA_SUBJECT, "这是标题");
data.putExtra(Intent.EXTRA_TEXT, "这是内容");
startActivity(data);

作者:破荒之恋
链接:http://www.jianshu.com/p/96ce921dc4de
來源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains a Java Android email-sending snippet but does not name a target file, page, or requested change. First determine whether this content belongs in the blog and where blog posts are stored; the work is complete only when the intended content and placement are confirmed.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile-dev
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.