Avicii: Bringup-ext: Added support for Nightlight FOD, Pocket Lock, Smart Pixel AOD

This commit is contained in:
2023-11-05 15:55:28 +00:00
parent e421862a88
commit 1ebff3c55c

View File

@@ -10,6 +10,19 @@
<bool name="config_hasWarpCharger">true</bool>
<string name="config_opWarpChargerStatusPaths">/sys/devices/virtual/oplus_chg/battery/voocchg_ing</string>
<!-- Whether the device supports Smart Pixels -->
<bool name="config_supportSmartPixels">true</bool>
<!-- Whether to show min/max refresh rate in display settings -->
<bool name="config_show_refresh_rate_controls">true</bool>
<bool name="config_supports_dynamic_refresh_rate_controls">true</bool>
<!-- Night Light FOD -->
<bool name="disable_fod_night_light">true</bool>
<!-- Pocket Lock -->
<bool name="config_pocketModeSupported">true</bool>
<!-- Default value for proximity check on screen wake
NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)-->
<bool name="config_proximityCheckOnWake">true</bool>