diff options
author | Unpublished <unpublished@gmx.net> | 2014-07-12 16:29:28 +0200 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-07-17 08:40:57 +0530 |
commit | 261ac8b02d61daf925a9fd526fac4515c636cd74 (patch) | |
tree | 5b3d6b3776b5b2663b5e3f70bc60486696da292b /overlay | |
parent | 9805ad81acfd42f6eafa43378d2c1a9717c51d8f (diff) | |
download | device_samsung_n7100-261ac8b02d61daf925a9fd526fac4515c636cd74.zip device_samsung_n7100-261ac8b02d61daf925a9fd526fac4515c636cd74.tar.gz device_samsung_n7100-261ac8b02d61daf925a9fd526fac4515c636cd74.tar.bz2 |
Enable eject SDCard
Change-Id: I48355287ec7800dd4668047b066dce0aa42a6636
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 559b68e..341a683 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -73,6 +73,9 @@ <!-- The default iface on which to monitor data use --> <string name="config_datause_iface">pdp0</string> + <!-- Indicate whether the SD card is accessible without removing the battery. --> + <bool name="config_batterySdCardAccessibility">true</bool> + <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> |