onActivityResult()和onStart()、onResume()的调用顺序
从上面的源码注释第二段可以看到:You will receive this call immediately before onResume() when your activity is re-starting. 所
7月前440
从上面的源码注释第二段可以看到:You will receive this call immediately before onResume() when your activity is re-starting. 所
