gs101: display: update 90hz denylist

Add common 90hz denylist

Bug: 182471327
Test: adb shell dumpsys window refresh
Change-Id: If3dc37ad1c3df05ffdf8176a48c2c19430b5ba98
This commit is contained in:
Midas Chien 2021-04-01 00:26:30 +08:00
parent f3714e78fc
commit 2b88831a1d

View file

@ -236,4 +236,13 @@
<!-- Should the pinner service pin the Home application? --> <!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool> <bool name="config_pinnerHomeApp">true</bool>
<!-- Display 90Hz blacklist. Apps that do not work well when the display refreshes at 90Hz.
When these apps are visible, the display's refresh rate gets fixed to 60Hz. -->
<string-array name="config_highRefreshRateBlacklist">
<item>com.nianticlabs.pokemongo</item>
<item>com.google.android.documentsui</item>
<item>com.activision.callofduty.shooter</item>
<item>jp.konami.epjCastlevania2</item>
</string-array>
</resources> </resources>