-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels