AFAIK accessing thumbnails for images via MediaStore.Images.Thumbnails
would generate thumbnails at first attempt, and that's what I need to perform against specific location on sd card.
The question is how to make valid URI to content under specific folder?
All answers I can find use just MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI
as uri to make managedQuery
. And result of it is Cursor that points to all sdcard images, while none examples can be found on how to access only specific folder.