I am trying to send data from child activity to parent. But somehow, onActivityResult(..) is not getting called. here is code
Parent activity
selecte
My case was a little bit complex and I realized that I used by error a static reference pointing to the first instance of the buttons listeners in a sub activity.
At the first turn it was working, but when the user was returning from the parent activity, onActivityResult was not called.
Replacing the static references was the fix