overlay: 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 Michael Bestas
parent 313e8bcd5a
commit 5a1adfbb73
No known key found for this signature in database

View file

@ -25,4 +25,10 @@
vibrator is capable of subtle vibrations -->
<bool name="config_vibrateOnIconAnimation">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>