When I am calling this function there is no image in image view bitmapFactory.decodefile(filename) showing null .. please help for this.
bitmapFactory.decodefile(filename)
Here is my cod
My solution was to add to the manifest's Applicaiton tag:
Android: requestLegacyExternalStorage = "true"