summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-09-09 09:56:57 -0400
committerMike Lockwood <lockwood@android.com>2010-09-09 10:01:53 -0400
commit6934c80416fe709e3cb89315fb2131b23f4b2333 (patch)
treedd6bcb2098c49195de960482ac714f52fd8ea725 /overlay
parentbef4a137c8abc8055d137840677cde58251a5027 (diff)
downloadstingray-6934c80416fe709e3cb89315fb2131b23f4b2333.tar.gz
Set config_caseSensitiveExternalStorage resource flag to true.
Emulated external storage on Stingray uses case senstive file system on internal partition. Change-Id: I981124c0d4beac3a366203b08786c5dabae81af5 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 23e6fa9..0b75985 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -80,6 +80,9 @@
<!-- Set to true for backward compatibility with apps that require external storage. -->
<bool name="config_emulateExternalStorage">true</bool>
+ <!-- Set to true if external storage is case sensitive. -->
+ <bool name="config_caseSensitiveExternalStorage">true</bool>
+
<!-- Indicate whether the device has USB host support. -->
<bool name="config_hasUsbHostSupport">true</bool>