mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-02 11:26:30 -05:00
Disable temperature monitoring
Breaks boot after 9.0 May security ASB: - thermal service unavailable - power service hooks thermal service - keyguard service hooks power service - no keyguard = no system ui - no system ui = rescue party engages - rescue party goes into recovery demanding factory wipe see commit: fwb: DO NOT MERGE Implement USB High Temperature warning dialog
This commit is contained in:
parent
de5a4dda72
commit
223c5d1a2c
@ -18,7 +18,10 @@
|
||||
<bool name="config_notifications_round_rect_clipping">false</bool>
|
||||
|
||||
<!-- Whether to show a warning notification when the device reaches a certain temperature. -->
|
||||
<integer name="config_showTemperatureWarning">1</integer>
|
||||
<integer name="config_showTemperatureWarning">0</integer>
|
||||
|
||||
<!-- Whether to show a alarm dialog when device of usb cable reaches a certain temperature. -->
|
||||
<integer name="config_showTemperatureAlarm">0</integer>
|
||||
|
||||
<!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
|
||||
<bool name="config_show4GForLTE">false</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user