开发者

Android. How to close all activities after a crash

开发者 https://www.devze.com 2023-04-06 08:06 出处:网络
Is there a way开发者_StackOverflow中文版 to close all activities if a crassh occurs? Thank youIf you mean your own activities, as long as you\'re not doing something to cause them to run in separate

Is there a way开发者_StackOverflow中文版 to close all activities if a crassh occurs?

Thank you


If you mean your own activities, as long as you're not doing something to cause them to run in separate processes (which should not normally be done), then they will close automatically because Android will kill your process.

0

精彩评论

暂无评论...
验证码 换一张
取 消