overlay: disable night light fod

Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
This commit is contained in:
Sandeep-FED
2022-07-28 19:41:58 +05:30
committed by Sandeep P S
parent e7f1277914
commit 058d8522b7

View File

@@ -22,7 +22,7 @@
manually by the user. Off by default, since the expected haptic feedback may not be manually by the user. Off by default, since the expected haptic feedback may not be
available on some devices. --> available on some devices. -->
<bool name="config_enableHapticTextHandle">true</bool> <bool name="config_enableHapticTextHandle">true</bool>
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool> <bool name="config_unplugTurnsOnScreen">true</bool>
@@ -388,11 +388,13 @@
<!-- ART heap compaction for cached apps --> <!-- ART heap compaction for cached apps -->
<item>activity_manager/use_compaction=true</item> <item>activity_manager/use_compaction=true</item>
</string-array> </string-array>
<!-- Exempt cne from privacy (location) indicators --> <!-- Exempt cne from privacy (location) indicators -->
<string name="config_systemAudioIntelligence" translatable="false">com.qualcomm.qti.cne</string> <string name="config_systemAudioIntelligence" translatable="false">com.qualcomm.qti.cne</string>
<!-- Slow brightness animation ramp rate in brightness units per second--> <!-- Slow brightness animation ramp rate in brightness units per second-->
<integer translatable="false" name="config_brightness_ramp_rate_slow">60</integer> <integer translatable="false" name="config_brightness_ramp_rate_slow">60</integer>
<!-- Night Light FOD -->
<bool name="disable_fod_night_light">true</bool>
</resources> </resources>