Add default allow list for VRR small dirty detection

The feature will be enabled by the feature flag

Bug: 283055450
Test: Build
Change-Id: Iefe4553da799f11121197b165c7db58eb169b2d8
This commit is contained in:
Arthur Hung 2023-09-22 07:28:07 +00:00
parent 78a11c134a
commit eee0edf9da

View file

@ -287,4 +287,17 @@
<!-- Enable variable refresh rate when typing. -->
<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>