How to fix deprecated issue in Android Bitmap?

PressRex profile image
by PressRex
How to fix deprecated issue in Android Bitmap?

hi guys someone could help me? i'm stucked with this can't find the answer

selectedPhotoUri = data.data

val bitmap = MediaStore.Images.Media.getBitmap(contentResolver, selectedPhotoUri)

selectphoto_imageview_register.setImageBitmap(bitmap)

val bitmapDrawable = BitmapDrawable(bitmap)
selectPhoto_button_register.setBackgroundDrawable(bitmapDrawable)

Specifically, I get this error:

'getBitmap(ContentResolver!, Uri!): Bitmap!' is deprecated. Deprecated in Java

Source: View source

PressRex profile image
by PressRex

Subscribe to New Posts

Lorem ultrices malesuada sapien amet pulvinar quis. Feugiat etiam ullamcorper pharetra vitae nibh enim vel.

Success! Now Check Your Email

To complete Subscribe, click the confirmation link in your inbox. If it doesn’t arrive within 3 minutes, check your spam folder.

Ok, Thanks

Read More