issues
search
braintree
/
braintree_android
Braintree SDK for Android
https://developer.paypal.com/braintree/docs/start/hello-client/android/v4
MIT License
409
stars
237
forks
source link
Update API where getParcelableExtra method is used
#1197
Closed
saperi22
closed
1 month ago
saperi22
commented
1 month ago
Summary of changes
Fixing a crash caused by a call to
Intent.getParcelableExtra
on API 33.
Suggestion on
Google Issue Tracker
is to use older APIs for 33 to avoid the crash.
Checklist
[x] Added a changelog entry
[ ] Relevant test coverage
Authors
@saperi22
Summary of changes
Intent.getParcelableExtra
on API 33.Checklist
Authors