Object o = null; o.toString(); -Mike dg
On Jul 30, 9:37 am, Carlos Silva <[email protected]> wrote: > On Fri, Jul 30, 2010 at 14:13, RamaMohan <[email protected]> wrote: > > HI all, > > I s there any way to kill the entire application at once.Not using > > with finish() or system.exit() ..all these two will kill the > > activity ,but not the appication. > > Is there any way to kill the entire application from any > > activity .Please help me . > > Why would you do that? > You shouldn't terminate the application yourself, the system will do that > for you. I really think you should read > this:http://android-developers.blogspot.com/2010/04/multitasking-android-w... -- 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

