sdm710-common: overlay: Enable status bar burn in protection

This commit is contained in:
anirudhgupta109 2022-03-30 07:53:23 +05:30 committed by CakesTwix
parent c8b284e030
commit 7add6d3662
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 8 additions and 0 deletions

View file

@ -478,4 +478,8 @@
<item>com.android.settings</item>
<item>com.android.fmradio</item>
</string-array>
<!-- Burn-in protection -->
<bool name="config_statusBarBurnInProtection">true</bool>
<integer name="config_shift_interval">40</integer>
</resources>

View file

@ -23,4 +23,8 @@
<!-- Radius of the software rounded corners at the bottom of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_bottom">108.0px</dimen>
<!-- StatusBar burn-in protection -->
<dimen name="horizontal_max_shift">2.0dp</dimen>
<dimen name="vertical_max_shift">1.0dp</dimen>
</resources>