Re: [android-developers] Re: IllegalStateException: Can not perform this action after onSaveInstanceState - How to prevent?

2011-09-28 Thread Kostya Vasilyev
No, the change I'm talking about is in the platform itself, so would be seen with or without the compatibility package - if running on 3.*, and your targetSdk is set to 11 or greater (maybe it's not, then it must be something else). 28.09.2011 13:41, b0b ?: The error is rare then be

Re: [android-developers] Re: IllegalStateException: Can not perform this action after onSaveInstanceState - How to prevent?

2011-09-28 Thread b0b
> > The error is rare then because fewer than 1.5% of devices are running > Android 3.*: > > Not when using the compat package (android.support.v4.*). Anyway to be clear, this exception is super rare in my app using the compat package 2.x devices. -- You received this message because you are

Re: [android-developers] Re: IllegalStateException: Can not perform this action after onSaveInstanceState - How to prevent?

2011-09-28 Thread Kostya Vasilyev
This might be due to the subtle changes in activity lifecycle callbacks starting with Andorid 3.0: http://developer.android.com/reference/android/app/Activity.html >> Be aware that these semantics will change slightly between applications targeting platforms starting with|HONEYCOMB

[android-developers] Re: IllegalStateException: Can not perform this action after onSaveInstanceState - How to prevent?

2011-09-28 Thread b0b
I've seen reports of that error although they are so rare that I didn't bother with it. In my case it happen with the compat library. Also in a TabActivity. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email