21 апреля 2012 г. 2:39 пользователь Mark Murphy <[email protected]>написал:
> On Fri, Apr 20, 2012 at 6:26 PM, b0b <[email protected]> wrote: > > Conclusion: there's probably man apps broken in subtle ways on ICS > because > > of this change. > > Probably not, only because they have to explicitly set the > targetSdkVersion to 13+, and I don't know how many people are setting > it that high. > I do for one of my apps :) But then I don't use AsyncTask at all. The thread pool thing seemed unrealiable to me back in the 2.* days... Besides, my threading logic is typically either too simple for AsyncTask, or too complex :) -- K > > That being said, it's a fairly significant change for something as > subtle as slightly increasing the targetSdkVersion, which is why we > need to make sure everyone knows about this. I agree with Kostya's > comment regarding docs -- at this point, I think an Android Developers > Blog post is probably needed. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > -- 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

