haydn-miuicamera/rro_overlay/MiuiCameraOverlayAosp/res/values/config.xml
2023-02-01 23:22:02 +05:30

13 lines
672 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The list of package IDs that are allowed to use aux cameras.
NOTE: If this list is empty then all apps will be able to use aux cameras. -->
<string-array name="config_cameraAuxPackageAllowList" translatable="false">
<item>com.android.camera</item>
<item>org.lineageos.aperture</item>
<item>org.lineageos.aperture.dev</item>
<item>com.crdroid.faceunlock</item>
<item>org.pixelexperience.faceunlock</item>
</string-array>
</resources>