Get thumbnail Uri/path of the image stored in sd card + android - Stack Overflow

PHOTO EMBED

Tue Jul 07 2020 12:25:34 GMT+0000 (Coordinated Universal Time)

Saved by @salman

Intent intent = new Intent();
                intent.setType("image/*");
                intent.setAction(Intent.ACTION_GET_CONTENT);
                startActivityForResult(
                        Intent.createChooser(intent, "Select Picture"), 101);
content_copyCOPY

https://stackoverflow.com/questions/5548645/get-thumbnail-uri-path-of-the-image-stored-in-sd-card-android