Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
sm8150-common: overlay: SystemUI: Enable status bar burn in protection
Browse files Browse the repository at this point in the history
Also set interval to 40 instead of default 60 since HBM mode is a thing

Change-Id: Idade7f5e786c350e58160e0ed49cd3e7de98951c
  • Loading branch information
anirudhgupta109 authored and classified committed Apr 26, 2022
1 parent 0770cea commit f0a6fed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
<!-- Allow devices override audio panel location to the left side -->
<bool name="config_audioPanelOnLeftSide">true</bool>

<!-- Burn-in protection -->
<bool name="config_statusBarBurnInProtection">true</bool>
<integer name="config_shift_interval">40</integer>

</resources>

0 comments on commit f0a6fed

Please sign in to comment.