Android onActivityResult NEVER called

前端 未结 7 679
执笔经年
执笔经年 2020-12-04 03:03

my onActivityResult method is never called. am using android 2.2

I am using a Tabhost, where TabHosts contain TabGroups which contain individual Activities.

7条回答
  •  情歌与酒
    2020-12-04 03:42

    The way onActivityResult is called depends on the launchMode of your Activity (in the manifest). I'm not sure if that can be an issue here.

提交回复
热议问题