From 55df5c2c7c2a83fcfb06ea623f3c836a2d6cd060 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 24 Feb 2010 20:24:10 -0800 Subject: Configuration param to indicate if sd card is behind the battery. This is to disable unmounting of the sd card by the user. --- core/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) 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. --> 0 + + false + 0 -- cgit v1.1