diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-15 04:03:44 -0500 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-15 04:04:02 -0500 |
| commit | 34fe39365869bde81d4b39d594cfddee72550861 (patch) | |
| tree | 239aec66a8c8af56f497146881c0e8374e800860 | |
| parent | cf0c3bca2a9018d91cd14fea1a722d3031b32c6c (diff) | |
Revert "g5: Remove unused sound configs and add protected vbat acdb"
Derp, wrong file
This reverts commit cf0c3bca2a9018d91cd14fea1a722d3031b32c6c.
Change-Id: Ic1942fa5081bd66002f7d870d01b19e7f0c0dca6
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c78b79b..e457841 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -416,8 +416,9 @@ <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_uiBlurEnabled">true</bool> + <!-- Enable blur support + <bool name="config_ui_blur_enabled">true</bool> + --> <!-- SD card is hot-pluggable on this device --> <bool name="config_batterySdCardAccessibility">true</bool> |
