replaceExtras

fun replaceExtras(src: Intent): Bundler

Completely replace the extras in the Intent with the extras in the given Intent.

fun replaceExtras(extras: Bundle?): Bundler

Completely replace the extras in the Intent with the given Bundle of extras.