Closed HamzaIsrar12 closed 1 year ago
Patch coverage has no change and project coverage change: -0.01%
:warning:
Comparison is base (
572532d
) 1.13% compared to head (0bf4c4d
) 1.13%. Report is 7 commits behind head on migration_android_13.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
LEARNER-9413
After migration to android-13 (SDK 33), and upgrading third-party libraries, the platform deprecates some methods and components, that need to be fixed.
The following needs to be updated
onActivityResult()
,onBackPressed()
,fragment.requestPermissions()
,Html.fromHtml()
andLinkify.ALL
with appropriate replacements.getSerializableExtra(String!): Serializable?
,getSerializable()
,getParcelable()
andget(String!): Any?
with appropriate replacements.