Types of Intent:
Implicit Intent is when the target component is not defined in the intent and the android system has to evaluate the registered components based on the intent data.
Explicit Intent is when an application defines the target component directly in the intent.