Looks like the Bundle type works just fine. Since AIDL already imposes a Parcelable restriction on the elements contained in a Map, the extra requirements of a Bundle aren't a problem, and the interface will work for what I need. Thanks!
On Nov 2, 6:37 am, Streets Of Boston <[email protected]> wrote: > What if you use *Bundle *instead (which is basically a Map implementation > that implements Parcelable as well). -- 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

