remove some physical paths from the list

This commit is contained in:
tibbi 2017-08-24 14:25:20 +02:00
parent 28ff2fc842
commit 3d1becdf18

View file

@ -229,8 +229,6 @@ 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/emulated/0", // Sony Xperia Z3
"/storage/USBdisk1",
"/storage/USBdisk2"
"/storage/usbdisk1",
"/storage/usbdisk2"
)