I need to determine, if my application was force closed, crashed, or terminated normally. My question is: How would you do such a thing in Android environment.
Handling exceptio
Perhaps you could write a file on startup that you remove on shutdown. If the app starts and this file is present, you could conclude that it was force-closed.