summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-02-25 11:13:21 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-25 11:13:21 -0800
commite46145f7c114b9ac6d19c6a7886e9239463f91e1 (patch)
treef8dfd17da7c2fb08d21cf63d827baa78d680dfc0
parenta89a3a94b82a131d08a42ccfb5cad1cf4436ed35 (diff)
parent55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060 (diff)
downloadframeworks_base-e46145f7c114b9ac6d19c6a7886e9239463f91e1.zip
frameworks_base-e46145f7c114b9ac6d19c6a7886e9239463f91e1.tar.gz
frameworks_base-e46145f7c114b9ac6d19c6a7886e9239463f91e1.tar.bz2
Merge "Configuration param to indicate if sd card is behind the battery."
-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>