On Fri, Apr 20, 2012 at 3:26 PM, b0b <[email protected]> wrote:
> While I understand why this change why made it introduced some subtle bugs > in apps running on ICS with the SerialExecutor vs the the Threaded Executor. > It is unfortunate and I'm not sure it was a wise decision to change such > an important behaviour that late. > We were very careful to not change the behavior for any existing apps. It only changes once you update your app and explicitly set your targetSdkVersion to indicate you are compatible with the version of Android where the change occurred. This is standard practice we use frequently when making changes to the platform that impact behavior applications may be relying on. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

