On a 1030+ with 4.0, my app is no longer exiting with exitTo().
I'm using exitTo() to launch a course.
The launching works but you can't go back into the app (or the widget version).
And when you shut the the device off, it says an app is running.
It appears using System.exit() after the exitTo() works in the real device but not in the simulator.
Calling System.exit() isn't a solution anyway because the user might cancel the launch.
Ugn.