parcelableArrayExtra

Retrieve a Parcelable array extra from the Intent using the given key. The array should have been added using Intent.putExtra with values that implement the Parcelable interface.

Return

the array of the extra, or null if no such extra was found

Parameters

key

the key of the extra