xxv / android-lifecycle

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

Fragment#onActivityResult() #12

Open orospakr opened 9 years ago

orospakr commented 9 years ago

Fragments can and do receive onActivityResult(), but it doesn't show up in the chart.

http://developer.android.com/reference/android/app/Fragment.html#onActivityResult(int, int, android.content.Intent)