Maybe what you really want is to tell Android that your app will handle orientation changes on its own, rather than messing around with onPause http://developer.android.com/reference/android/app/Activity.html#ConfigurationChanges
On Apr 23, 10:01 am, Thom Shutt <[email protected]> wrote: > Specifically, I need a way of _not_ performing the onPause > functionality I've implemented when it occurs because of a change in > screen orientation. > > Thanks -- Thom > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

