Merge "Add default allow list for VRR small dirty detection" into main
This commit is contained in:
commit
1495ad8703
1 changed files with 13 additions and 0 deletions
|
@ -283,4 +283,17 @@
|
||||||
|
|
||||||
<!-- Enable variable refresh rate when typing. -->
|
<!-- Enable variable refresh rate when typing. -->
|
||||||
<bool name="config_variableRefreshRateTypingSupported">false</bool>
|
<bool name="config_variableRefreshRateTypingSupported">false</bool>
|
||||||
|
|
||||||
|
<!-- The list of packages to automatically opt in of fresh rate suppressing by small area
|
||||||
|
detection. Format of this array should be packageName:threshold and threshold value should
|
||||||
|
be between 0 to 1-->
|
||||||
|
<string-array name="config_smallAreaDetectionAllowlist" translatable="false">
|
||||||
|
<!-- Add packages:threshold here -->
|
||||||
|
<item>com.google.android.youtube:0.07</item>
|
||||||
|
<item>com.spotify.music:0.05</item>
|
||||||
|
<item>com.reddit.frontpage:0.07</item>
|
||||||
|
<item>com.zhiliaoapp.musically:0.07</item>
|
||||||
|
<item>com.bilibili.app.in:0.07</item>
|
||||||
|
<item>com.twitter.android:0.07</item>
|
||||||
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue