Home | History | Annotate | Download | only in articles

Lines Matching full:can

1 page.title=Can I Use this Intent?
6 You can use intents to turn applications into high-level libraries and
16 <p>This article describes a technique you can use to find out whether the system
19 to determine whether there's an app that can respond to a specified intent. Your
20 application can pass an intent to the method and then, for example, show or hide
24 * Indicates whether the specified action can be used as an intent. This
25 * method queries the package manager for installed packages that can
32 * @return True if an Intent with the specified action can be sent and
67 technique described here can also be used at startup time to ask the user
68 whether he'd like to install the missing package, you can then simply redirect