avicii: Allow camera to skip high frame rate checks

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: AmolAmrit <amol.amrit03@outlook.com>
This commit is contained in:
Pranav Vashi
2023-01-16 20:08:25 +05:30
committed by AmolAmrit
parent 762b01a436
commit 3ad6448baf

View File

@@ -63,4 +63,10 @@
<!-- Whether devices suports in-display fingerprint when screen is off --> <!-- Whether devices suports in-display fingerprint when screen is off -->
<bool name="config_supportsScreenOffUdfps">true</bool> <bool name="config_supportsScreenOffUdfps">true</bool>
<!-- The list of package IDs that are allowed to skip camera high frame rate checks. -->
<string-array name="config_cameraHFRPrivAppList" translatable="false">
<item>com.android.camera</item>
<item>org.lineageos.aperture</item>
</string-array>
</resources> </resources>