Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8663e24 authored by LuK1337's avatar LuK1337
Browse files

overlay: Set config_displayLightSensorType to android.sensor.light

The fallback was broken in frameworks/base@4be1126d2591.

Change-Id: If6d7b0ea0306cbfde94d344dd5d933a155471a3f
parent eb24a598
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -177,4 +177,8 @@

    <!-- Name of the font family to use in the default lockscreen clock -->
    <string name="config_clockFontFamily" translatable="false" />

    <!-- 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">android.sensor.light</string>
</resources>