gs101: display: update 90hz denylist am: 2b88831a1d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14047909

Change-Id: Ie46534b10fbb9d5cb557bfca9c9b3e2d3e232a2c
This commit is contained in:
Midas Chien 2021-04-01 16:03:31 +00:00 committed by Automerger Merge Worker
commit a0c8eb407d

View file

@ -236,4 +236,13 @@
<!-- Should the pinner service pin the Home application? -->
<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>