Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了严格调试一个 android 应用程序(使用 Eclipse),我想让 android 杀死一个暂停的活动(因为另一个活动在前台而暂停)。在这种情况下,没有 onStop 方法,因此可以在 onPause 运行后将其终止,就好像在内存非常低的情况下一样。很高兴知道 Eclipse 是否可以在 onStop 之后强制执行终止。
以防万一它使事情变得更复杂,我想要删除的后台活动与前台活动是同一类。