On Wed, Nov 2, 2011 at 3:49 PM, randyv2 <[email protected]> wrote: > I misunderstood the directions that "in" and "out" mean, and had them > reversed. It looks like the correct thing for me to do is change the > "out" to an "in" (AIDL complains without a default set, as both Bundle > and Map can be passed "in", "out", or "inout", and it wants you to > tell it exactly what it is you want).
Ah, yeah, the "in" default is only for primitives and Strings. My apologies. > Thanks for such a thorough response! It's been very elucidating. Happy I could help. Besides, that's the first time I've seen "elucidating" used on teh Internets in quite some time... :-) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.0 Available! -- 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

