I am trying to send data from child activity to parent. But somehow, onActivityResult(..) is not getting called. here is code
Parent activity
selecte
And intent that used to launch new Avtivity can not be set with flag Intent.FLAG_ACTIVITY_NEW_TASK, because as per android developer documentation :
Intent.FLAG_ACTIVITY_NEW_TASK
This flag can not be used when the caller is requesting a result from the activity being launched.