When does the *Window focus* change in Android?
问题 In my project, I need to catch the Window focus change. I have logged out the results for all the stages of an activity. When the screen is on, the result is as follows: 02-17 13:50:03.898: DEBUG/InquiryInterface(3829): onCreate screen state : false 02-17 13:50:03.898: DEBUG/InquiryInterface(3829): onStart screen state : false 02-17 13:50:03.898: DEBUG/InquiryInterface(3829): onResume screen state : false 02-17 13:50:08.998: DEBUG/InquiryInterface(3829): onPause screen state : true 02-17 13