Android. How to close all activities after a crash
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.
精彩评论