I am trying to use class android.content.ContentValues in an aidl interface. Since this class implements parcelable, it is my understanding that I SHOULD only have to import it into the aidl. However, this is not working and I've tried a number of variations. The rest of the aidl interface works & compiles fine, so this is something particular to getting aidl to recognize a parcelable class.
Regards, Fred -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
