Not sure where you are getting your info from can you post a reference please?
Bitmap.writeToParcel http://developer.android.com/reference/android/graphics/Bitmap.html#writeToParcel(android.os.Parcel, int) Has no change notes against it and says it writes the pixels (from API level 1) On Wednesday, September 26, 2012 4:22:04 PM UTC+1, Jay Howard wrote: > > With the changes to how bitmap data is stored that came in with Honeycomb > affect the efficiency of parceling bitmap objects? > > I'm assuming the actual bitmap data wasn't ever parceled pre-Honeycomb. > Is that accurate? If so, then my question is basically whether this > behavior (not parceling the bitmap data) was carried forward into Honeycomb > when the behind-the-scenes memory changes were made. > -- 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

