remove some physical paths from the list
This commit is contained in:
parent
28ff2fc842
commit
3d1becdf18
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue