Home | History | Annotate | Download | only in engage

Lines Matching full:your

2 page.metaDescription=Use Android Intents to make your app available to users as they perform tasks in other apps. 
6 <p>Let the user choose <em>your app</em> to handle specific tasks from another app,
8 Android's open Intents system. By adding Intent filters for the tasks your app can handle,
9 you make it easy for the user to access your app?s features from other apps and from voice
14 <p>By declaring Intent Filters in your app, it informs the Android OS about the
16 your users to make full use of your app?s features, it can help them discover
26 <li> Identify and package any features your app can offer to other apps.
27 <li> Use the "view" intent to give users the option to open any links to your
28 website within your app instead.
30 sharing, so that you can focus on your app's core functionality and outsource