I'm finding it hard in using tasker to send an intent which must contain a parcelable bundle. I have found a lot of examples in java codes, but to have it done in tasker appears to be quite complicated.
Has anyone tried this and could share some examples?
I could use tasker's java functions to create a parcel, but do not know how to send it in a bundle (which can accept parcelable but not parcel). I've seen java codes using "implements" and "createFromParcel" but don't know how to do it with tasker. I'm pretty sure tasker can do it since according to its guide (https://tasker.joaoapps.com/userguide/en/intents.html), it can send intent with bundle (parcelable). I just don't know how to create this parcelable object first.