android Activity android:launchMode="singleInstance" 与 startActivityForResult

先记录一下现象,还不晓得原因:

有一个Activity,叫A,在这个Activity种请求其他页面叫做BActivity里的内容,所有发了个Intent: startActivityForResult

已经调好的程序,后来在不经意间,把A设置了个单实例android:launchMode="singleInstance"

之后 startActivityForResult就再也不好用了。

通过log可以看到, intent发出以后,3ms时间就会在A的onActivitResult中收到返回消息。当然返回的消息是不正确的啦。

去掉A的单实例,就好了。

不知道为什么,求解中... ...


问题已解,呵呵,引用一下happy_ant大神的回帖:http://bbs.csdn.net/topics/390325389

当你把Aactivity设置成“singleInstance"模式以后,该activity就会有一个独享的任务栈,当它一旦被创建就不会重新创建,当它启动Bactivity后,Bactivity可能需要返回给Aactivity,但是此时Aactivity不会重新创建,不会执行回调,所以不好用了。


startActivityForResult的文档说明如下:
Note that this method should only be used with Intent protocols that are defined to return a result.

 In other protocols (such as ACTION_MAIN or ACTION_VIEW), 

you may not get the result when you expect. For example,

 if the activity you are launching uses the singleTask launch mode,

 it will not run in your task and thus you will immediately receive a cancel result.

谢谢happy_ant指点迷津

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值