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.
我有一个在内部使用一些资源的应用程序。
问题:如果用户从最近的应用程序列表中明确删除应用程序,它会杀死整个应用程序,但是当应用程序被明确杀死时我必须关闭资源。
当应用程序被用户关闭时,是否有任何回调方法正在调用?
如果用户终止您的应用程序/系统终止您的应用程序或只是用户移动到另一个应用程序并将您的应用程序置于后台,有什么区别。
无论如何,当您的应用程序不活动时,您不应该留下开放的资源。只需关闭onStop您活动的所有资源
onStop