On Mon, Mar 8, 2010 at 12:47 AM, Farproc <[email protected]> wrote: > try { > System.exit(0); > } catch (SecurityException e) { >
This is NOT recommended. Use finish() on your activities and let Android deal your app when it's ready. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

