In my app I get the following workflow:
onCreate
onStart
onRestoreInstanceState
onActivityResult
onResume
So, yes onActivityResult
is called AFTER the onRestoreInstanceState
, so you can count on the state has been fully restored (unless you do smth in onResume
).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…