sm7250-common: overlay: SystemUI: Enable status bar burn in protection

Also set interval to 40 instead of default 60 since HBM mode is a thing

Change-Id: Idade7f5e786c350e58160e0ed49cd3e7de98951c
This commit is contained in:
Anirudh Gupta
2020-02-09 18:17:22 +00:00
committed by KakatkarAkshay
parent 328f7c6ebd
commit 6a2a901268

View File

@@ -16,4 +16,8 @@
<!-- Allow devices to hide ringer button above volume slider -->
<bool name="config_hideRingerButton">true</bool>
<!-- Burn-in protection -->
<bool name="config_statusBarBurnInProtection">true</bool>
<integer name="config_shift_interval">40</integer>
</resources>