getSupportParentActivityIntent

@Nullable
open fun getSupportParentActivityIntent(): @Nullable Intent(source)

Obtain an android.content.Intent that will launch an explicit target activity specified by sourceActivity's PARENT_ACTIVITY element in the application's manifest. If the device is running Jellybean or newer, the android:parentActivityName attribute will be preferred if it is present.

Return

a new Intent targeting the defined parent activity of sourceActivity