summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-02-24 20:24:10 -0800
committerAmith Yamasani <yamasani@google.com>2010-02-24 20:27:54 -0800
commit55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060 (patch)
tree7ebec38f83f8ce51d32610400d21b337bcc73513 /core
parentba289966c644bf54a747ba9b003f86ea7f12bfed (diff)
downloadframeworks_base-55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060.zip
frameworks_base-55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060.tar.gz
frameworks_base-55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060.tar.bz2
Configuration param to indicate if sd card is behind the battery.
This is to disable unmounting of the sd card by the user.
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 5d561b8..1e11a99 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -138,6 +138,9 @@
closed. The default is 0. -->
<integer name="config_lidNavigationAccessibility">0</integer>
+ <!-- Indicate whether the SD card is accessible without removing the battery. -->
+ <bool name="config_batterySdCardAccessibility">false</bool>
+
<!-- Vibrator pattern for feedback about a long screen/key press -->
<integer-array name="config_longPressVibePattern">
<item>0</item>