> In onCreate( Bundle icicle ) the icicle you get is the result of what you > did in onFreeze(). (btw - I love the 'icicle' nomenclature thanks Android > :>). On the initial virgin start after your app is installed on the > device, the icicle will be null. > > If it is true that you'll get your icicle back after calling onDestroy(), > then the icicle will never be null after the virgin start. My gut > instinct tells me that's probably not the case - you won't have an icicle > after finish(). That argument is all wet :>
Ah, yes, you're probably correct. I was thinking of one demo I wrote, but that used the preference API, not the icicle. I haven't tried android.os.Process#stopSelf(), so I don't know what permissions you need, but in theory you could kill your own process using that. -- Mark Murphy (a Commons Guy) http://commonsware.com The Busy Coder's Guide to Android Development -- coming in June 2008! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---