diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-14 03:40:17 -0500 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-14 03:40:17 -0500 |
| commit | cf0c3bca2a9018d91cd14fea1a722d3031b32c6c (patch) | |
| tree | a97a6199cf045fd7fad021078762b4c86d41564b | |
| parent | 61a1083ac3192fc131678cea225ff6d13b3bb107 (diff) | |
g5: Remove unused sound configs and add protected vbat acdb
Change-Id: Icde9aa748967c76c219a438a31d1228d6da1d9a8
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index e457841..c78b79b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -416,9 +416,8 @@ <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string> - <!-- Enable blur support - <bool name="config_ui_blur_enabled">true</bool> - --> + <!-- Enable blur support --> + <bool name="config_uiBlurEnabled">true</bool> <!-- SD card is hot-pluggable on this device --> <bool name="config_batterySdCardAccessibility">true</bool> |
