I am making some temporary files on the android and need want to call deleteOnExit to help guarantee proper cleanup. This call will clean up when the JVM exits. It dawned on me that I do not understand the Application life cycle. 1) Does each application run in a separate JVM? 2) When does an Application's JVM exit - assuming there is one JVM per application. 3) Can a JVM exit when the application is running but being suspended by the OS?
-- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

