fun Context.getVideoThumbsPath(videoId: String): String
get Path of Thumbnail from MediaStore.Video with given videoId
you can get videoId from Context.getVideoFileId()
context - Context object
context
videoId - Video ID
videoId