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:
commit
a0c8eb407d
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue