Skip to content

Commit fbaacdb

Browse files
committed
Separate internal storage from SD storage in StorageFragment
1 parent a0419ed commit fbaacdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/helpers/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const val OTHERS = "others"
4242
const val SHOW_MIMETYPE = "show_mimetype"
4343

4444
const val VOLUME_NAME = "volume_name"
45-
const val PRIMARY_VOLUME_NAME = "external"
45+
const val PRIMARY_VOLUME_NAME = "external_primary"
4646

4747
// what else should we count as an audio except "audio/*" mimetype
4848
val extraAudioMimeTypes = arrayListOf("application/ogg")

0 commit comments

Comments
 (0)