Skip to content

Update deprecated functions of Intent and Bundle on Java files #18066

@irfano

Description

@irfano

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions