You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

ChristianKl comments on Open thread, Nov. 3 - Nov. 9, 2014 - Less Wrong Discussion

4 Post author: MrMind 03 November 2014 09:55AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (310)

You are viewing a single comment's thread. Show more comments above.

Comment author: ChristianKl 06 November 2014 02:20:33PM *  1 point [-]

It does seem to send a message to the app to which the App can listen with "onTaskRemoved()" and the default behavior is closing the App. If something really want to close an App the app can do it's cleanup under "onDestroy()". Because onDestroy doesn't get called directly it's up to the App to decide whether it wants to close.

My self written app with doesn't do anything specific to handle the case closes automatically based on what the console says.