sm6250-common: overlay-lineage: set config_haveNotch overlay to true

This device has a notch, but this was never set, so users were still able to
do things like enabling the network traffic monitor or setting the clock
position to center, both of which would not be fully visible due to the
notch.

Change-Id: I2aaa0c06b23b40aac120c325ce15fb0992463520
This commit is contained in:
Thomas Shum 2019-08-26 21:31:32 -07:00 committed by Demon000
parent 320863f81f
commit 244efb5d7d

View File

@ -58,4 +58,7 @@
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">224</integer> <integer name="config_deviceLightCapabilities">224</integer>
<!-- Whether device has a notch -->
<bool name="config_haveNotch">true</bool>
</resources> </resources>