We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0419ed commit fbaacdbCopy full SHA for fbaacdb
1 file changed
app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt
@@ -42,7 +42,7 @@ const val OTHERS = "others"
42
const val SHOW_MIMETYPE = "show_mimetype"
43
44
const val VOLUME_NAME = "volume_name"
45
-const val PRIMARY_VOLUME_NAME = "external"
+const val PRIMARY_VOLUME_NAME = "external_primary"
46
47
// what else should we count as an audio except "audio/*" mimetype
48
val extraAudioMimeTypes = arrayListOf("application/ogg")
0 commit comments