SB2.1 Android - Exit App

Just starting out? Need help? Post your questions and find answers here.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

SB2.1 Android - Exit App

Post by IdeasVacuum »

CloseWindow(EventWindow()) does remove the App from the display, but in fact it is still running.
In earlier SB, ! window.close(); did properly make the App exit, but now an App with this command will hang on launch.

So, how do we properly close our Apps on Android?