Does changing the configuration Kill the App and Restart it?
问题 I was reading This Tutorial section 6.1. And it says that, changing the configuration of an App causes the App to Restart? My question is, in what sense the App would Restart? does it mean that when the configuration changes, onStop() then onCreate() will be called? But this only happens when another App with higher priority needs memory! OR In the sense that, the onStop() then onRestart() then onStart() will be called? I created a sample App, with only onCreate() callback and with a Log