Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

It looks like the data is there, it is just parcelled. If you try to get a particular key/value it should show up. You can always do something like intent.getStringExtra("date") before logging the Intent to force its data to unparcel. #279

Open
Skillnter opened this issue Apr 16, 2021 · 0 comments

Comments

@Skillnter
Copy link

It looks like the data is there, it is just parcelled. If you try to get a particular key/value it should show up. You can always do something like intent.getStringExtra("date") before logging the Intent to force its data to unparcel.

Originally posted by @morepork in #156 (comment)

I am trying to unparcel using getStringExtra(name) or hasExtra(name). But the app is crashing in both cases. How do I unparcel the data?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant