divadsn / magisk-foldermount

Easily mount internal SD card folders to external SD folders.
GNU General Public License v3.0
41 stars 10 forks source link

Mounting directory on external sd #5

Closed grepper closed 7 years ago

grepper commented 7 years ago

The regex validating the Sd card doesn't work on my phone running RR (based on lineage for athene), as the uuid uses lower case letters.

Changing '[0-9AF]{4}-[0-9A-F]{4}' to '[0-9a-fA-F]{4}-[0-9a-fA-F]{4}' worked for me.

codebucketdev commented 7 years ago

Thanks for your finding, I've fixed that with 4cdebc6 so it will be included in the next release!