singleTop

fun Intent.singleTop(): Intent

Add the Intent.FLAG_ACTIVITY_SINGLE_TOP flag to the Intent.

Return

the same intent with the flag applied.