<span id="Label3"></p><p><p>The app must be small, the code is simple,</p></p><pre><span style="color: #008080;"><span style="color: #008080;">1</span></span>Intent intent=<span style="color: #0000ff;"><span style="color: #0000ff;">New</span></span><span style="color: #000000;"><span style="color: #000000;">Intent (intent.action_send);</span></span><span style="color: #008080;"><span style="color: #008080;">2</span></span>Intent.settype (<span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #800000;"><span style="color: #800000;">Text/plain</span></span><span style="color: #800000;"><span style="color: #800000;">"</span></span>);<span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">"image/*"</span></span><span style="color: #008080;"><span style="color: #008080;">3</span></span>Intent.putextra (intent.extra_subject,<span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #800000;"><span style="color: #800000;">sharing software</span></span><span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #000000;"><span style="color: #000000;">); </span></span><span style="color: #008080;"><span style="color: #008080;">4</span></span>Intent.putextra (intent.extra_text,<span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #800000;"><span style="color: #800000;">here is the content to share</span></span><span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #000000;"><span style="color: #000000;">);</span></span><span style="color: #008080;"><span style="color: #008080;">5</span></span> <span style="color: #000000;"><span style="color: #000000;">intent.setflags (intent.flag_activity_new_task);</span></span><span style="color: #008080;"><span style="color: #008080;">6</span></span>StartActivity (intent.createchooser (Intent,<span style="color: #800000;"><span style="color: #800000;">"</span></span><span style="color: #800000;"><span style="color: #800000;">Choose a share type</span></span><span style="color: #800000;"><span style="color: #800000;">"</span></span>));</pre><p><p>will open a variety of programs on the phone to choose to share</p></p><p><p>:</p></p><p><p></p></p><p><p>I do not know how these optional software is the case, such as I want to share to paste the bar, how to write the corresponding Code. There is a lot of knowledge to learn!</p></p><p><p>Android Development _ Share function</p></p></span>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service