Revert "kebab: overlay: Define custom light sensor"

We'll be hacking sensors.ssc.so to provide wise light sensor under
android.sensor.light instead, this will make sure that other apps can
access it.

This reverts commit bd3828a7c8.

Change-Id: I0fa19cd723e58c6591c4cfae453401608d15ebcb
This commit is contained in:
LuK1337
2023-01-20 22:14:01 +01:00
parent b1d2e60fa0
commit b397db468b

View File

@@ -334,10 +334,6 @@
<!-- Light sensor event rate in milliseconds for automatic brightness control. -->
<integer name="config_autoBrightnessLightSensorRate">200</integer>
<!-- The type of the light sensor to be used by the display framework for things like
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
<string name="config_displayLightSensorType" translatable="false">qti.sensor.wise_light</string>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.