my onActivityResult method is never called. am using android 2.2
I am using a Tabhost, where TabHosts contain TabGroups which contain individual Activities.
You just have to remove android:noHistory="true" this form your manifest file.
android:noHistory="true"