Home | History | Annotate | Download | only in sharing

Lines Matching full:application

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
35 want to receive from other applications. For example, a social networking application would likely
38 application</a>
45 <p>Intent filters inform the system what intents an application component is willing to accept.
52 element. For example, if your application handles receiving text content, a single image of any
79 <p>When another application tries to share any of these things by constructing an intent and passing
81 application will be listed as an option in the intent chooser. If the user selects your application,
142 know what some other application may send you. For example, the wrong MIME type might be set, or the
148 to your application what happens next.</p>