In addition to its primary attributes of action and data URI, intent can include additional attributes called extras. An extra can provide more information to the component that receives the intent. It is accessed using -
Intent.getIntentExtras()
Intent.getExtras()
Bundle.getExtras()
None of above