sm8350-common: overlay: Disable proximity usage during doze

* we have a virtual (ultrasound) proximity sensor
   so this will never work
This commit is contained in:
Demon000 2023-08-19 23:45:33 +03:00 committed by DigiGoon
parent 25129cb0c2
commit f4b11b57fd

View file

@ -55,6 +55,9 @@
<item>0</item>
</integer-array>
<!-- Whether usage of the proximity sensor during doze is supported -->
<bool name="doze_proximity_sensor_supported">false</bool>
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
<integer name="config_keyguardMaxRefreshRate">60</integer>
</resources>