msm8974-common: these 4 display modes all cause crashes and eventually OS restarts over and over

Remove all these display modes are they are not started by OS correctly
and/or cause the OS to crash and reboot.
This commit is contained in:
retiredtab-gerrit 2022-08-11 15:26:28 -06:00 committed by nyyu
parent 83085fd5b3
commit b34b271f48

View file

@ -146,25 +146,9 @@
<name>vendor.lineage.livedisplay</name> <name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>2.0</version> <version>2.0</version>
<interface>
<name>IAdaptiveBacklight</name>
<instance>default</instance>
</interface>
<interface> <interface>
<name>IDisplayColorCalibration</name> <name>IDisplayColorCalibration</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<interface>
<name>IDisplayModes</name>
<instance>default</instance>
</interface>
<interface>
<name>IReadingEnhancement</name>
<instance>default</instance>
</interface>
<interface>
<name>ISunlightEnhancement</name>
<instance>default</instance>
</interface>
</hal> </hal>
</manifest> </manifest>