Because it's dirty, kills resources, goes against the application lifecycle, is a dangerous way of destroying things without finalizing things first, ... basically, for the same reasons you don't want to unplug your machine while it's running...
kris On Fri, May 25, 2012 at 1:47 AM, Yan <[email protected]> wrote: > Why? > > On May 21, 10:07 am, Kristopher Micinski <[email protected]> > wrote: >> On Mon, May 21, 2012 at 9:45 AM, Yan <[email protected]> wrote: >> > An easier but less graceful way is just to System.exit(0) in the >> > onPause then start from scratch every time... >> >> You absolutely *should not* be doing this. >> >> kris > > -- > 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 -- 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

