aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnpublished <unpublished@gmx.net>2014-07-12 21:29:00 +0700
committerandi34 <skate4life@gmx.de>2014-07-21 19:14:50 +0200
commitf17febcf797c88eaaa24f1fdd7e0a073735da013 (patch)
treef48aba202844f8ee22a543a199c84c09770619d8
parent68b4defc2bce6c191c44b388a5205bc9e53cfc58 (diff)
downloaddevice_samsung_espresso3g-f17febcf797c88eaaa24f1fdd7e0a073735da013.zip
device_samsung_espresso3g-f17febcf797c88eaaa24f1fdd7e0a073735da013.tar.gz
device_samsung_espresso3g-f17febcf797c88eaaa24f1fdd7e0a073735da013.tar.bz2
Enable eject SDCard
Change-Id: Ie57f2155e0167aec38b53904906f3eb8f0693e7a
-rw-r--r--common-overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml
index c0a25c1..6029d7f 100644
--- a/common-overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common-overlay/frameworks/base/core/res/res/values/config.xml
@@ -224,4 +224,7 @@
<!-- If this is true, the screen will fade off. -->
<bool name="config_animateScreenLights">false</bool>
+ <!-- Indicate whether the SD card is accessible without removing the battery. -->
+ <bool name="config_batterySdCardAccessibility">true</bool>
+
</resources>