Android Intent and android Intent

Source: Internet
Author: User

Android Intent and android Intent

1 ntent. setType ("image/*"); // image Format 2 3 intent. setType ("audio/*"); // select audio 4 5 intent. setType ("video/*"); // select the video (mp4 3gp is the video format supported by android) 6 7 intent. setType ("video/*; image/*"); // select both the video and image

 

1 Intent intent = new Intent (Intent. ACTION_SEND); 2 intent. setType ("text/plain"); // "image/*" 3 intent. putExtra (Intent. EXTRA_SUBJECT, "Shared Software"); 4 intent. putExtra (Intent. EXTRA_TEXT, "I found a good address book in the Android Market. Come on ...... download it !! There are many applications in the Android Market! "); 5 intent. setFlags (Intent. FLAG_ACTIVITY_NEW_TASK); 6 startActivity (Intent. createChooser (intent," Select Sharing type "))

 

Related Article

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.