Separate internal storage from SD storage in StorageFragment
This commit is contained in:
parent
a0419ed02c
commit
fbaacdb412
|
@ -42,7 +42,7 @@ const val OTHERS = "others"
|
|||
const val SHOW_MIMETYPE = "show_mimetype"
|
||||
|
||||
const val VOLUME_NAME = "volume_name"
|
||||
const val PRIMARY_VOLUME_NAME = "external"
|
||||
const val PRIMARY_VOLUME_NAME = "external_primary"
|
||||
|
||||
// what else should we count as an audio except "audio/*" mimetype
|
||||
val extraAudioMimeTypes = arrayListOf("application/ogg")
|
||||
|
|
Loading…
Reference in New Issue