On Fri, Apr 23, 2010 at 4:53 PM, Thom Shutt <
[email protected]> wrote:

> Hmmm thanks for your help, isFinishing() definitely seems like it should
> work - the change in orientation heads off to onDestroy() but for some
> reason isFinishing() still returns false when I put it inside onPause() and
> even if I put it inside onDestroy().
>

Isn't that what you want? To know that you're not being killed permanently?
You're receiving false because on orientation change you're activity is not
being permanently killed, it's only to be recreated in the proper
orientation.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
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

Reply via email to