简体   繁体   中英

Handling onActivityResult with nested activity

I have four activity (ActivityA, ActivityB, ActivityC, ActivityD) and ActivityA have onActivityResult method to do something.

Activity calling flow: ActivityA -> ActivityB -> ActivityC -> ActivityD so now ActivityD wanted to send intent result to ActivityA directly without interacting with ActivityB and ActivityC, but I am getting null in onActivityResult method of ActivityA.

Pleas suggest me how to achieve this, thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM