<Intent.createChooser not working for sharing imag...
# stackoverflow
u
Intent.createChooser not working for sharing image in REDMI xiomi devices Intent.createChooser not working for sharing image in REDMI devices I am saving image locally in my external storage of device and then passing the URI of that image in Intent.putExtra(Intent.EXTRA_STREAM, uri) and MIME type as image/jpg and then using Intent.createChooser . It works perfectly in all android devices but in REDMI devices the image get stored but I dont see the options menu for social media apps.... First I am calling share image and from which I am calling saveMediaToStorage...