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:
parent
320863f81f
commit
244efb5d7d
@ -58,4 +58,7 @@
|
||||
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">224</integer>
|
||||
|
||||
<!-- Whether device has a notch -->
|
||||
<bool name="config_haveNotch">true</bool>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user