dubai: Add more udfps overlays

Signed-off-by: sb6596 <shubhamprince111@gmail.com>
Change-Id: I21ac1d5711dc6f2497a69ee51b7c556c6525a1f3
This commit is contained in:
sb6596 2022-09-21 16:21:11 +00:00 committed by Marc Bourgoin
parent 3763341e9f
commit d48f459695
2 changed files with 6 additions and 0 deletions

View file

@ -303,6 +303,9 @@
<item>3</item> <!-- COLOR_MODE_AUTOMATIC --> <!-- This uses enhanced render intents-->
</array>
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
<integer name="config_udfps_illumination_transition_ms">0</integer>
<!-- Type of the double tap sensor. Empty if double tap is not supported. -->
<string name="config_dozeDoubleTapSensorType" translatable="false">org.lineageos.sensor.double_tap</string>
</resources>

View file

@ -10,6 +10,9 @@
-->
<integer name="config_udfpsHbmType">0</integer>
<!-- Color of the UDFPS pressed view -->
<color name="config_udfpsColor">#ffffff</color>
<!-- Doze: does the double tap sensor need a proximity check? -->
<bool name="doze_double_tap_proximity_check">true</bool>
</resources>