diff options
| author | Proxy13 <mproxy1453@gmail.com> | 2016-08-17 16:36:55 +0000 |
|---|---|---|
| committer | Proxy13 <mproxy1453@gmail.com> | 2016-08-17 16:36:55 +0000 |
| commit | 4c1f7aacb2457dc31868363c1340a2bd314344e5 (patch) | |
| tree | bb99041818848aff9df0771c87e9aeb3fb74b029 | |
| parent | 6b0526be6cf94f6756fe96f502352f30c3655bed (diff) | |
Geehrc:BlurUI enabled
Change-Id: I15b82ac48153b62689ab300e7b48a55f181510b6
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 | ||||
| -rw-r--r-- | proprietary-blobs.txt | 1 |
2 files changed, 6 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 87b47b7..75c7100 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -362,4 +362,9 @@ <integer name="config_multiuserMaximumUsers">4</integer> <!-- Whether Multiuser UI should be shown --> <bool name="config_enableMultiUserUI">true</bool> + + <!-- Support in Surfaceflinger for blur layers. + NOTE: This requires additional hardware-specific code. --> + <bool name="config_ui_blur_enabled">true</bool> + </resources> diff --git a/proprietary-blobs.txt b/proprietary-blobs.txt index 1ab7afc..bc0877d 100644 --- a/proprietary-blobs.txt +++ b/proprietary-blobs.txt @@ -150,6 +150,7 @@ /system/vendor/lib/librs_adreno.so /system/vendor/lib/librs_adreno_sha1.so /system/vendor/lib/libsc-a3xx.so +/system/vendor/lib/libuiblur.so /system/lib/libsensor1.so /system/lib/libsensor_reg.so /system/lib/libsensor_user_cal.so |
