CodeBoy722 / MediaFacer

An android library aimed at helping in the structured querying of the MediaStore to get media files in the simplest way possible taking in account both storage mediums on device
107 stars 25 forks source link

Not showing video thumbnail in android 10 #10

Open ali-nooreddine opened 3 years ago

ali-nooreddine commented 3 years ago

The glide library in your example is not showing the video thumbnail on Android 10 devices

CodeBoy722 commented 3 years ago

hello @ali-nooreddine the for me the code works even on android 11 device if you are using an emulatior to test the sample you can run into this kind of issue, it happened to me many times that emulator does not scan added media files correctly, try using a physical device with media content on it

ali-nooreddine commented 3 years ago

Thanks @CodeBoy722 for your reply but actually I'm using a physical device (Xiaomi note 9 pro max) what could be the issue? also, I have tried it on Android 9 emulator, and it works fine, but I didn't work on Android 10 (emulator and real device)