I haven't manage all errors on my application anymore. So I would like to know if it is possible to Kill the entire app when it crashes?
(when the message "app MyApp crash, force close" appear, I would like the appl开发者_运维知识库ication to be killed when user clicks on "force close")
This is actually what happens. If your app crashes with a force close, the entire application is killed. So, there is nothing more to "kill". All memory occupied by the application (packagename) is freed.
精彩评论