sdm660-common: overlay: Update lineage-sdk overlay
This commit is contained in:
parent
e05dac84b8
commit
1491895fd9
1 changed files with 9 additions and 0 deletions
|
@ -47,5 +47,14 @@
|
||||||
For example, a device with notification and battery lights that supports
|
For example, a device with notification and battery lights that supports
|
||||||
pulsating and RGB control would set this config to 75. -->
|
pulsating and RGB control would set this config to 75. -->
|
||||||
<integer name="config_deviceLightCapabilities">232</integer>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue