You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: