wahoo: Enable USB and skin temperature warnings

Extracted from stock.

Change-Id: I951f60579a4b7fa2dcc270b5acd433ad1ecb083c
This commit is contained in:
Danny Lin
2021-05-05 17:11:40 -07:00
committed by Asriadi Rahim
parent 99d84a8e19
commit 6c7ebd7021

View File

@@ -43,4 +43,10 @@
<!-- Doze: whether the double tap sensor reports 2D touch coordinates -->
<bool name="doze_double_tap_reports_touch_coordinates">true</bool>
<!-- Whether to show a warning notification when device's skin temperature is high. -->
<integer name="config_showTemperatureWarning">1</integer>
<!-- Whether to show a alarm dialog when device's usb port is overheating. -->
<integer name="config_showUsbPortAlarm">1</integer>
</resources>