Hi!
I'm trying to pass an ArrayList of Sms, Calendars, Calls or Contacts to an IntentService via a Bundle. However, the 'me.everything.providers.android.telephony.Sms' and other classes are not Serializable causing the Parcel: unable to marshal value error to pop up.
Any idea on how to put this ArrayList inside an intent without using a Parcelable Bundle? Or could you at least change every base class and have it extends Serializable?
Thanks!
Hi!
I'm trying to pass an ArrayList of Sms, Calendars, Calls or Contacts to an IntentService via a Bundle. However, the 'me.everything.providers.android.telephony.Sms' and other classes are not Serializable causing the
Parcel: unable to marshal valueerror to pop up.Any idea on how to put this ArrayList inside an intent without using a Parcelable Bundle? Or could you at least change every base class and have it extends Serializable?
Thanks!