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

Scan hidden folders that start with a dot? #9

Closed AbreuY closed 2 years ago

AbreuY commented 3 years ago

Is it possible to do this using mediastore? Scan folders that the name starts in this way: .hiddenfolder.

Or these folders are not added to the MediaStore database?

CodeBoy722 commented 3 years ago

hello @AbreuY, yes it possible to scan for hidden files with the MediaStore but that functionality is not yet in MediaFacer, I will think about that in the next update