【发布时间】:2012-08-10 10:29:08
【问题描述】:
有没有办法检测 Android 系统何时终止我的应用程序?
【问题讨论】:
-
如何解析日志以查看应用程序是否已被杀死?
有没有办法检测 Android 系统何时终止我的应用程序?
【问题讨论】:
经过调查,我想说的是,即使我们尝试使用关闭挂钩,也无法检测您的应用程序是否在应用程序内部被杀死。
【讨论】:
Note that on Android, the application lifecycle does not include VM termination, so calling this method will not ensure that your code is run. Instead, you should use the most appropriate lifecycle notification (Activity.onPause, say).