diff options
author | Unpublished <unpublished@gmx.net> | 2014-07-12 21:29:00 +0700 |
---|---|---|
committer | andi34 <skate4life@gmx.de> | 2014-07-21 19:13:22 +0200 |
commit | 425b24f178b311620bb1ff5e062314b5e1663e11 (patch) | |
tree | 7178f00b1f29289892bf51d224a284aec5a0259d /common-overlay | |
parent | 8e977ff359f9096ea00b7cab4ea151845e03b759 (diff) | |
download | device_samsung_espressowifi-425b24f178b311620bb1ff5e062314b5e1663e11.zip device_samsung_espressowifi-425b24f178b311620bb1ff5e062314b5e1663e11.tar.gz device_samsung_espressowifi-425b24f178b311620bb1ff5e062314b5e1663e11.tar.bz2 |
Enable eject SDCard
Change-Id: Ie57f2155e0167aec38b53904906f3eb8f0693e7a
Diffstat (limited to 'common-overlay')
-rw-r--r-- | common-overlay/frameworks/base/core/res/res/values/config.xml | 3 |
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> |