My onActivityResult is not working because getBitmap is deprecated, any alternative codes to achieve this?
onActivityResult
getBitmap
here are the codes that needs to
ImageDecoder.createSource(this.getContentResolver(), pictureUri)
works fine, but to be able to use this code, mindSdkVersion should be at least 28.