Changes

Jump to: navigation, search

An Overview of Android Intents

30 bytes added, 19:53, 1 July 2013
Implicit Intents
When the above implicit intent is issued by an activity, the Android system will search for activities on the device that have registered the ability to handle ACTION_VIEW requests on http scheme data using a process referred to as intent resolution. In the event that a single match is found, that activity will be launched. If more than one match is found, the user will be prompted to choose from the available activity options.
 
<google>BUY_ANDROID</google>
== Using Intent Filters ==

Navigation menu