Common intents  |  Android Developers

An intent lets you start an activity in another app by describing an action you'd like to perform (such as "view a map" or "take a picture") in an Intent object. This type of intent is called an implicit intent because…