xxv / android-lifecycle

A diagram of the Android Activity / Fragment lifecycle
5.26k stars 681 forks source link

onActivityResult is called after onRestoreInstanceStatus #30

Open shiehnpin opened 7 years ago

shiehnpin commented 7 years ago

Based on my experience and this discuss. I supposed that onActivityResult() should invoke after onRestoreInstanceStatus() https://stackoverflow.com/questions/5059028/state-of-activity-while-in-onactivityresult-question

ActivityThread