mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-15 10:25:46 +01:00
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
Block a user