Is there a way to disable android application automatic restart after a crash (Android 2.2)? Application crashes and after it android restarts application. It seems that android tries to restore activity back stack and it causes issues because all data which was received from the server on login is gone.
UPDATE: my application starts with login screen on which it loads some data from server and in case of restart after crash no login is done
I see that there is simmilar question but without solution