a71-common: overlay: Drop config_sf_limitedAlpha

* There's no config_sf_limitedAlpha flag on stock.

Change-Id: I33f414e17defd692673ca658118c613f579dd528
This commit is contained in:
Haky86
2026-01-19 19:01:12 +01:00
committed by Hakam Assouad
parent 021e9fe083
commit 8dd3eac4f5

View File

@@ -1285,12 +1285,6 @@
The user is forbidden from setting the brightness below this level. -->
<integer name="config_screenBrightnessSettingMinimum">1</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>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>