Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f50e54e6 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Remove config_caseSensitiveExternalStorage; no longer needed.

Change-Id: Id51c9e05be21d8087359cf918081109ba325569a
parent 52c03d2c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -101,10 +101,6 @@
         for backward compatibility with apps that require external storage. -->
    <bool name="config_emulateExternalStorage">false</bool>

    <!-- Set to true if external storage is case sensitive.
         Typically external storage is FAT, which is case insensitive. -->
    <bool name="config_caseSensitiveExternalStorage">false</bool>
    
    <!-- A product with no SD card == not removable. -->
    <bool name="config_externalStorageRemovable" product="nosdcard">false</bool>
    <!-- Configures whether the primary external storage device is
+1 −2
Original line number Diff line number Diff line
@@ -1176,8 +1176,7 @@ public class MediaScanner
            mGenresUri = Genres.getContentUri(volumeName);
            mPlaylistsUri = Playlists.getContentUri(volumeName);

            mCaseInsensitivePaths = !mContext.getResources().getBoolean(
                com.android.internal.R.bool.config_caseSensitiveExternalStorage);
            mCaseInsensitivePaths = true;
            if (!Process.supportsProcesses()) {
                // Simulator uses host file system, so it should be case sensitive.
                mCaseInsensitivePaths = false;