Home | History | Annotate | Download | only in sharing

Lines Matching full:your

19   <li><a href="#update-manifest">Update Your Manifest</a></li>
33 <p>Just as your application can send data to other applications, so too can it easily receive data
34 from applications. Think about how users interact with your application, and what data types you
43 <h2 id="update-manifest">Update Your Manifest</h2>
49 define an intent filter in your manifest, using the
52 element. For example, if your application handles receiving text content, a single image of any
53 type, or multiple images of any type, your manifest would look like:</p>
80 it to {@link android.content.Context#startActivity(android.content.Intent) startActivity()}, your
81 application will be listed as an option in the intent chooser. If the user selects your application,
83 is then up to you to handle the content appropriately within your code and UI.</p>
148 to your application what happens next.</p>