sdm660-common: overlay: Limit alpha compositing functionality

Change-Id: Ic0b986bfdf2febcec6ca7ec2d5b075a01ad8dbba
This commit is contained in:
kevin8768 2020-06-18 11:03:46 +02:00 committed by OdSazib
parent 05390da390
commit 426130ce28
No known key found for this signature in database
GPG key ID: A2D2E5C18BB04462

View file

@ -1203,7 +1203,9 @@
<!-- Telephony qualified networks service package name to bind to by default. -->
<string name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
<!-- Specify custom blanking delay of the display -->
<integer name="config_screen_off_delay">0</integer>
<!-- Flag indicating whether the surface flinger has limited alpha compositing functionality in hardware. If set, the window manager will disable alpha trasformation in animations where not strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>
</resources>