overlay: Set config_displayLightSensorType to android.sensor.light

This commit is contained in:
LuK1337 2023-04-20 15:46:33 -04:00 committed by Peter Cai
parent 15872eb9da
commit bfc4cd8de6
1 changed files with 4 additions and 0 deletions

View File

@ -64,4 +64,8 @@
<!-- Suppress Intent Filter Verification Service crashes -->
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice</string>
<!-- 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>