sdm660-common: overlay: Update lineage-sdk overlay

This commit is contained in:
OdSazib 2020-10-08 22:31:47 +06:00
parent e05dac84b8
commit 1491895fd9
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -47,5 +47,14 @@
For example, a device with notification and battery lights that supports
pulsating and RGB control would set this config to 75. -->
<integer name="config_deviceLightCapabilities">232</integer>
<!-- Default value for proximity check on screen wake
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<bool name="config_proximityCheckOnWake">true</bool>
<integer name="config_proximityCheckTimeout">100</integer>
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
<!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
</resources>