berlna: enable double tap sensor proximity check

Change-Id: I4b800d9d9b8aefbee38c287ae72828b67e8d46ca
This commit is contained in:
Cosmin Tanislav 2022-06-27 16:57:14 +03:00 committed by Andrew Hexen
parent d39e501b80
commit bff83b0c5b
No known key found for this signature in database
GPG key ID: 8A690B4B0CD461A2

View file

@ -31,4 +31,7 @@
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">64</integer>
<!-- Doze: does the double tap sensor need a proximity check? -->
<bool name="doze_double_tap_proximity_check">true</bool>
</resources>