add some new physical paths to the list
This commit is contained in:
parent
88796b7776
commit
67c4ed0125
1 changed files with 4 additions and 1 deletions
|
@ -229,5 +229,8 @@ private val physicalPaths = arrayListOf(
|
||||||
"/storage/removable/sdcard1", // Sony Xperia Z1
|
"/storage/removable/sdcard1", // Sony Xperia Z1
|
||||||
"/data/sdext", "/data/sdext2", "/data/sdext3", "/data/sdext4", "/sdcard1", // Sony Xperia Z
|
"/data/sdext", "/data/sdext2", "/data/sdext3", "/data/sdext4", "/sdcard1", // Sony Xperia Z
|
||||||
"/sdcard2", // HTC One M8s
|
"/sdcard2", // HTC One M8s
|
||||||
"/storage/microsd" // ASUS ZenFone 2
|
"/storage/microsd", // ASUS ZenFone 2
|
||||||
|
"/storage/emulated/0", // Sony Xperia Z3
|
||||||
|
"/storage/USBdisk1",
|
||||||
|
"/storage/USBdisk2"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue