I am aware that in `onActivityResult` an actual `I...
# android
d
I am aware that in
onActivityResult
an actual
Intent
is returned, not its extension, but you can still
Intent.fillIn(Intent other, int flags)
to rebuild the extension object.