Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果一个活动通过 startActivityForResult() 启动另一个活动,如果父活动完成,该子活动会发生什么?
如果活动 A 调用startActivityForResult()(启动活动 B),并且 A 完成,则 B 没有任何反应,AFAIK。
startActivityForResult()