Hi, I am confused with the SDK documentation which describes that Activity states "onCreate" through "onResume" are "not killable" by the system.
However, calling finish() in onCreate() (for example, as a response to SW error) seems to be working - the Activity goes directly from onCreate to onDestroy skipping all the intermediate states. This seems to be different from the documentationj - see the Activity states diagramm which doesn't show onCreate-->onDestroy path: http://developer.android.com/reference/android/app/Activity.html. Am I missing something? Thanks Alex -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

