I am trying to use class android.content.ContentValues in an aidl
interface. Since this class implements parcelable, why It is not possible to declare in the
aidl file.so this is something particular to getting aidl to recognize a parcelable class.
Regards,
Jainish CS
All the classes which are implementing Parcelable interface eligible to get defined inside an AIDL file.So we can edit the platforms\version\framework.aidl file add the contentValues.So the problem is solved