Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Switch away from getSerializable(String) when backwards compatible #217

Open
ddohler opened this issue Aug 18, 2023 · 0 comments
Open

Switch away from getSerializable(String) when backwards compatible #217

ddohler opened this issue Aug 18, 2023 · 0 comments

Comments

@ddohler
Copy link
Contributor

ddohler commented Aug 18, 2023

Targeting SDK 33 resulted in a new deprecation warning, that getSerializable(String) in Bundle is now deprecated. However, it appears that the suggested replacement is only available in Android 33+, so this would break compatibility with older devices. Since this is a brand new deprecation in SDK 33, we probably have at least a couple years 🤞 before it actually gets removed, and there may be efforts to provide better backwards compatibility for it, so the best thing to do is probably to wait a bit and see if at some later point we can switch in a backwards-compatible way.

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