mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
Separate internal storage from SD storage in StorageFragment
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user