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