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

Commit 041a3209 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Remove config_caseSensitiveExternalStorage; no longer needed."

parents 7c80244a f50e54e6
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;