adding another sd card path exception
This commit is contained in:
parent
d66af4ab0c
commit
d9193e77f4
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ fun Context.updateLastModified(file: File) {
|
|||
|
||||
// avoid these being set as SD card paths
|
||||
private val physicalPaths = arrayListOf(
|
||||
"/storage/sdcard1", // Motorola Xoom
|
||||
"/storage/sdcard0", "/storage/sdcard1", // Motorola Xoom
|
||||
"/storage/extsdcard", // Samsung SGS3
|
||||
"/storage/sdcard0/external_sdcard", // User request
|
||||
"/mnt/extsdcard", "/mnt/sdcard/external_sd", // Samsung galaxy family
|
||||
|
|
Loading…
Reference in a new issue