My onActivityResult is not working because getBitmap is deprecated, any alternative codes to achieve this?
onActivityResult
getBitmap
here are the codes that needs to
Check the official doc:
This method was deprecated in API level 29. loading of images should be performed through ImageDecoder#createSource(ContentResolver, Uri), which offers modern features like PostProcessor.