Eclipse [ADT] 源 https://dl-ssl.google.com/android/eclipse Notice that no matter what scenario causes the activity to stop, the system always calls onPause() before calling onStop(). Although the onPause() method is called before onStop(), you should…