The following functions were deprecated in Android 13:
Intent.getParcelableExtra()
Intent.getSerializableExtra()
Bundle.getParcelable()
Bundle.getParcelableArrayList()
Bundle.getSerializable()
These functions on Kotlin files have been updated using CompatExtensions functions but have not been updated for Java files. While these functions are not currently blockers, they should be updated when converting to Kotlin or if they become blockers in the future.
The issue was initiated by this comment.