add some new physical paths to the list

This commit is contained in:
tibbi 2017-08-24 10:30:40 +02:00
parent 88796b7776
commit 67c4ed0125

View file

@ -229,5 +229,8 @@ private val physicalPaths = arrayListOf(
"/storage/removable/sdcard1", // Sony Xperia Z1
"/data/sdext", "/data/sdext2", "/data/sdext3", "/data/sdext4", "/sdcard1", // Sony Xperia Z
"/sdcard2", // HTC One M8s
"/storage/microsd" // ASUS ZenFone 2
"/storage/microsd", // ASUS ZenFone 2
"/storage/emulated/0", // Sony Xperia Z3
"/storage/USBdisk1",
"/storage/USBdisk2"
)