Changes

Jump to: navigation, search

An Overview of Android Intents

12 bytes removed, 16:56, 29 April 2016
no edit summary
<htmlet>androidstudioandroid44</htmlet>
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.
<htmlet>androidstudioandroid44</htmlet>
== Using Intent Filters ==
<htmlet>androidstudioandroid44</htmlet>

Navigation menu