Results of some experiments to determine which Activity lifecycle methods get called in certain situations. Scenario: Launch app from home, then return home Launch: activity.onCreate() activity.onStart() activity.onResume() activity.onWindowFocusChanged(true)