Loading core/res/res/values/config.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading media/java/android/media/MediaScanner.java +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/res/res/values/config.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading
media/java/android/media/MediaScanner.java +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading