Hello, I have a aidl interface in a service. In this interface I want to create a function that can return a int, double or string. In Java I can do that with the java.lang.Object type. But this type is not a basic java type or a parceble, so I can't use this in aidl. Somebody knows a way to still do this in aidl?
Kind regards, Peter -- 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

