diff options
| author | Unpublished <unpublished@gmx.net> | 2014-07-15 22:04:44 +0200 |
|---|---|---|
| committer | Unpublished <unpublished@gmx.net> | 2014-07-15 22:04:44 +0200 |
| commit | b9bec215cabd340bb008f440c2675149db60d41c (patch) | |
| tree | 1054296e245a232e605b5955f37c42aeab38bd11 | |
| parent | 080cae68bfd543ae62d8efdc1911d0ebd26904e1 (diff) | |
| download | device_samsung_t0lte-b9bec215cabd340bb008f440c2675149db60d41c.tar.gz device_samsung_t0lte-b9bec215cabd340bb008f440c2675149db60d41c.tar.bz2 device_samsung_t0lte-b9bec215cabd340bb008f440c2675149db60d41c.zip | |
t0lte: enable sdcard eject
Change-Id: I326a0d43c26bae7cab91aa048958d80de78ff349
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 0441b34..905f6e9 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -82,7 +82,10 @@ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> <bool name="config_multiColorBatteryLed">true</bool> -<!-- Vibrator pattern for feedback about a long screen/key press --> + <!-- Indicate whether the SD card is accessible without removing the battery. --> + <bool name="config_batterySdCardAccessibility">true</bool> + + <!-- Vibrator pattern for feedback about a long screen/key press --> <integer-array name="config_longPressVibePattern"> <item>0</item> <item>1</item> |
