Byte arrays may end up being written as int arrays, blowing up the size in the parcel. Regardless, 40k is really getting outside of the size you should be copying through transactions.
On Mon, Feb 23, 2009 at 5:24 PM, Birds <[email protected]> wrote: > > hi , > > > I create a Person class implements Parcelable in Android, The > Person include a byte array field. > When set the byte array size more than 40000, then find !!FAILED > Binder Transaction!! > > Why the byte size so limit ? How can I set the transaction size in > Android? > > Thanks > > > -- 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. 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 -~----------~----~----~----~------~----~------~--~---

